Pytest

Pytest

To install:

pip install pytest

To execute:

pytest

Pytest will run the tests in any file prefixed with test_.

Last modified August 25, 2023: Start documenting pytest (08b62c1)