Metadata-Version: 2.1
Name: pytest-batch-regression
Version: 0.1.1
Summary: A pytest plugin to repeat the entire test suite in batches.
Home-page: https://github.com/Renzai777/pytest-regression/blob/master/calculator.py
Author: Vipul Singh
Author-email: vipulsingh161@gmail.com
Classifier: Framework :: Pytest
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest>=6.0.0

# pytest-regression

A pytest plugin to repeat the entire test suite in batches.

## Installation

```bash
pip install pytest-batch-regression```
## Usage
```bash
pytest --repeat-regression=3 -vv your_test_file.py
```
