1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-09 11:49:55 +02:00
modstool/README-DEV.md

18 lines
254 B
Markdown
Raw Normal View History

2023-12-08 16:28:45 +01:00
```
2025-06-04 19:05:34 +02:00
pip install -r requirements-dev.txt
2023-12-08 16:28:45 +01:00
```
To run tests:
```
2024-07-25 13:26:12 +02:00
pip install -e .
2023-12-08 16:28:45 +01:00
pytest
```
To run a test with profiling:
1. Make sure graphviz is installed
2. Run pytest with with profiling enabled:
```
pytest --profile-svg -k test_page_info
```