This project demonstrates various ways to test Python programs.
Read the article: Testing Python applications with Pytest.
To install the project:
poetry install
To run the examples, we need to enter the virtual environment:
poetry shell
Now we can run the test suite with:
pytest
Author: Petr Stříbný
License: The MIT License (MIT)