Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1021 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 1021 Bytes

pytest-quickify

A PyTest Plugin for Reordering Test Suites

Key Features

pytest-quickify is a Pytest plugin that reorders test suites according to measures of test effectiveness including:

  • A comparison of test coverage and test running time
  • Determined test complexity
  • History of passed and failed test cases

Contributing

Are you interested in contributing to pytest-quickify? 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.