Python tests with the usage of Tox
, Poetry
and Sphinx
packages.
Github Workflows
implemented for testing.
Poetry Tox and pytest tools usage
pip install -r requirements.txt
pytest tests
or
tox
or
poetry install
poetry run pytest tests/
Read the documentation provided.