Metadata-Version: 2.1
Name: pytest-unflakable
Version: 0.1.2
Summary: Unflakable plugin for PyTest
Home-page: https://unflakable.com
Author: Unflakable
Author-email: support@unflakable.com
Maintainer: Unflakable
Maintainer-email: support@unflakable.com
License: MIT
Project-URL: Repository, https://github.com/unflakable/unflakable-python
Project-URL: Documentation, https://docs.unflakable.com/plugins/pytest
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

<p align="center">
  <a href="https://unflakable.com" target="_blank" rel="noopener" align="center">
    <img src="https://github.com/unflakable/unflakable-python/blob/main/images/logo.svg?raw=true" width="350" alt="Unflakable" />
  </a>
</p>

[![PyPI version](https://img.shields.io/pypi/v/pytest-unflakable.svg)](https://pypi.org/project/pytest-unflakable)
[![Twitter](https://img.shields.io/twitter/url?label=%40unflakable&style=social&url=https%3A%2F%2Ftwitter.com%2Funflakable)](https://twitter.com/unflakable)

# Unflakable Plugin for PyTest

This Unflakable plugin enables users of the [PyTest](https://pytest.org) Python test framework
to quarantine flaky tests and track test results.

Refer to the [PyTest Plugin](https://docs.unflakable.com/plugins/pytest) documentation for
complete usage instructions. Users of the Python
[`unittest` unit testing framework](https://docs.python.org/3/library/unittest.html) may use this
plugin by leveraging PyTest's [out-of-the-box support](https://docs.pytest.org/how-to/unittest.html)
for running `unittest` tests.

### Compatibility

This plugin maintains compatibility with the PyTest and Python versions listed below:

![Python versions](https://img.shields.io/pypi/pyversions/pytest-unflakable)
![PyTest versions](https://img.shields.io/badge/pytest-6.2%20%7C%207.0%20%7C%207.1-blue)

## Contributing

To report a bug or request a new feature, please
[file a GitHub issue](https://github.com/unflakable/unflakable-python/issues).
We also welcome pull requests!
