fixed testing paths

This commit is contained in:
Bryan Bailey
2022-04-06 16:16:52 -04:00
parent be4eda6686
commit 897a6e9934
2 changed files with 4 additions and 1 deletions

View File

@@ -13,5 +13,7 @@ before_script:
- pip install -r requirements.txt
test:
script:
- pytest --junitxml report.xml yoink/tests/test_basic.py
- pytest --junitxml report.xml tests/test_basic.py
- pytest --junitxml report.xml tests/test_web.py
- pytest --junitxml report.xml tests/test_user_model.py