Skip to content

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.10 or newer
  • A package manager. We recommend poetry, as it is what we use for our test plans. pip and 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-f3ts

If you are starting from scratch, create the project first:

bash
poetry init
poetry add pytest-f3ts

Installing with pip

bash
pip install pytest-f3ts