Skip to content

Installation

Requirements

  • Python 3.7 or higher
  • pytest

Install from PyPI

The recommended way to install pytest-repeated is from PyPI:

pip install pytest-repeated

Install from Source

To install the latest development version:

git clone https://github.com/sinan-ozel/pytest-repeated.git
cd pytest-repeated
pip install -e .

Verify Installation

Check that pytest detects the plugin:

pytest --version

You should see pytest-repeated listed in the plugins section.

Next Steps