Execute the unit tests

Run the tests

To run all tests, execute:

pytest tests/

To skip slow tests, execute:

pytest -m "not slow" tests/

To only run only the tests that failed in the previous run, execute:

pytest tests/ --lf