[ ソース: python-flaky ]
パッケージ: python3-flaky (3.8.1-2)
python3-flaky に関するリンク
Debian の資源:
python-flaky ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- python3-pytest-expect
- golang-github-acarl005-stripansi-dev
- python3-pytest-retry
- libghc-tasty-expected-failure-dev
- libghc-tasty-expected-failure-doc
- libghc-tasty-expected-failure-prof
- python3-pytest-xdist
- libtest-roo-perl
- python3-pytest-random-order
- python3-pytest-tornasync
- python-pytest-dependency-doc
Plugin for py.test that automatically reruns flaky tests
Flaky is a plugin for py.test that automatically reruns flaky tests.
Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on components that aren't 100% reliable. With flaky, instead of removing those tests or marking them to @skip, they can be automatically retried.