1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

🧹 Remove qurator. namespace prefix

This commit is contained in:
Mike Gerber 2023-03-27 18:25:39 +02:00
parent f668963a2e
commit f1fc3f1880
74 changed files with 8 additions and 9 deletions

View file

@ -1,6 +1,6 @@
Testing
=======
Use `pytest` to run the tests in [the tests directory](qurator/dinglehopper/tests):
Use `pytest` to run the tests in [the tests directory](dinglehopper/tests):
```bash
virtualenv -p /usr/bin/python3 venv
. venv/bin/activate
@ -27,7 +27,7 @@ pytest
All tests with code coverage:
```bash
pytest --cov=qurator --cov-report=html
pytest --cov=dinglehopper --cov-report=html
```
Static code analysis: