Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 479 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 479 Bytes

Python Tests

Python tests with the usage of Tox, Poetry and Sphinx packages.

Github Workflows implemented for testing.

About the project

Poetry Tox and pytest tools usage

Installing the requirements

pip install -r requirements.txt

Running the tests

pytest tests

or

tox

or

poetry install
poetry run pytest tests/

Documentation

Read the documentation provided.