Installation
pytest-f3ts is published to PyPI and can be installed with any standard Python package manager. No authentication or special registry configuration is required.
Prerequisites
- Python
3.10or newer - A package manager. We recommend
poetry, as it is what we use for our test plans.pipand other managers work as well, but we are unable to support alternatives at this time.
Installing with Poetry
Add pytest-f3ts to a project managed with poetry:
bash
poetry add pytest-f3tsIf you are starting from scratch, create the project first:
bash
poetry init
poetry add pytest-f3tsInstalling with pip
bash
pip install pytest-f3ts