パッケージ: golang-github-poy-onpar-dev (0.3.3-1.1)
golang-github-poy-onpar-dev に関するリンク
Debian の資源:
golang-github-poy-onpar ソースパッケージをダウンロード:
- [golang-github-poy-onpar_0.3.3-1.1.dsc]
- [golang-github-poy-onpar_0.3.3.orig.tar.gz]
- [golang-github-poy-onpar_0.3.3-1.1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Parallel testing framework for Go (library)
Onpar provides a BDD style of testing, similar to what you might find with something like ginkgo or goconvey. The biggest difference between onpar and its peers is that a BeforeEach function in onpar may return a value, and that value will become the parameter required in child calls to Spec, AfterEach, and BeforeEach.
This allows you to write tests that share memory between BeforeEach, Spec, and AfterEach functions without sharing memory with other tests. When used properly, this makes test pollution nearly impossible and makes it harder to write flaky tests.