mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-07-06 17:09:56 +02:00
238 B
238 B
pip install -r requirements-test.txt
To run tests:
pytest
To run a test with profiling:
- Make sure graphviz is installed
- Run pytest with with profiling enabled:
pytest --profile-svg -k test_page_info