pytest-dev / pytest-rerunfailures
a pytest plugin that re-runs failed tests up to -n times to eliminate flakey failures
☆409Updated 2 weeks ago
Alternatives and similar repositories for pytest-rerunfailures:
Users that are interested in pytest-rerunfailures are comparing it to the libraries listed below
- pytest plugin for repeating test execution☆176Updated this week
- pytest plugin to run your tests in a specific order☆235Updated 3 years ago
- A pytest plugin for parallel and concurrent testing☆316Updated 10 months ago
- A pytest plugin that allows multiple failures per test.☆361Updated last week
- It helps to use fixtures in pytest.mark.parametrize☆389Updated last year
- Manage dependencies of tests☆160Updated 9 months ago
- pytest plugin for distributed testing and loop-on-failures testing modes.☆1,572Updated this week
- A pytest plugin that allows multiple failures per test☆68Updated last year
- A Cookiecutter template for pytest plugins 💻☆309Updated 6 months ago
- pytest splinter and selenium integration for anyone interested in browser interaction in tests☆256Updated last year
- ☆225Updated 4 months ago
- Plugin for generating HTML reports for pytest results☆729Updated this week
- unittest subTest() support and subtests fixture☆225Updated 2 months ago
- A plugin to improve the output of pytest with colourful unified diffs☆445Updated last year
- Pytest plugin to randomly order tests and control random.seed☆654Updated this week
- Tips and Tricks for the Python Testing Tool