add pytest --collect-only

This commit is contained in:
Daniel 2023-12-06 12:01:00 +01:00
parent 87ddae8006
commit 532f30d553

View file

@ -35,6 +35,7 @@ Run the script with
```bash
python main.py # run abratest
pytest # test abratest
pytest --collect-only # debug test abratest
```
# 2.2 Run with Docker