pytest-csv-params/docs/pages/install.md
Juergen Edelbluth fcea9e7349
Maintenance 2023-07
- Updated Jenkins pipeline (mainly notification configuration)
- Updated pylint configuration (builtins)
- Updated pyenv configuration (3.11 is now supported)
- Explicit parameter names when registering the plugin
- Documentation updated
- Code formatting (coding conventions via black and isort)
- Version requirements for pytest updated, the tests accordingly
- Tested new dependencies
2023-07-01 16:16:42 +02:00

828 B

Installation

There are serveral ways to install the package. The pip and the poetry ways are recommended.

The minimum requirements are:

  • Python >= 3.8
  • Pytest >= 7.4

The plugin should run anywhere where these two things can be used.

Install via pip

pip install pytest_csv_params

Alternatively, you can use the codebau.dev package repository:

pip install --extra-index-url https://git.codebau.dev/api/packages/pytest-plugins/pypi/simple pytest-csv-params

Install via poetry

poetry add --dev pytest_csv_params

For more information about poetry, visit python-poetry.org

For development

Please checkout the repository from git.codebau.dev.