pytest-fleetflakefinder is a Pytest plugin that efficiently detects flaky tests cases using the following approaches:
-
Runs the test suite in different orders (e.g., random and reverse)
-
Runs subsets of the test suite in different orders
This plugin is under active development and thus provides limited functionality.
Are you interested in contributing to pytest-fleetflakefinder? Our development team uses the GitHub Flow Model to guide our engineering of these tools and we invite you to also follow it as you make a contribution. Of course, if you have any problems with installing, testing, or using pytest-fleetflakefinder, then please raise an issue associated with this Git repository using the "Issues" link at the top of this site. The contributors to this project will do all that they can to resolve your issue and ensure that the entire tool works well in your Python development environment.