Metadata-Version: 2.1
Name: pytest_quickify
Version: 0.1.0
Summary: Run test suites with pytest-quickify.
Home-page: https://github.com/testprogress/pytest-quickify
License: UNKNOWN
Author: Madelyn Kapfhammer
Author-email: maddy.kapfhammer@gmail.com
Maintainer: MaddyKapfhammer
Maintainer-email: maddy.kapfhammer@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Dist: pytest

# 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](https://github.com/testprogress/pytest-quickify)? Our development team uses the [GitHub Flow Model](https://guides.github.com/introduction/flow/) 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.

