Skip to content

pytest - python test framework

install like this:

pip install pytest

PYTHONPATH - ModuleNotFoundError: No module named

if you get an error like ModuleNotFoundError: No module named, provide the path to the tests:

python -m pytest tests/
pytest -s