Testing - Mantis-Technologies/lib_gui GitHub Wiki
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
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