Testing - Mantis-Technologies/lib_gui GitHub Wiki

Home

cd lib_gui

To run all tests:

pytest

To run all tests that are not slow:

pytest -m "not slow"

To see all markers for possible tests to run:

pytest --markers