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 - pip install -r requirements.txt
test: test:
script: 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

View File

@@ -23,6 +23,7 @@ importlib-metadata==4.11.3
iniconfig==1.1.1 iniconfig==1.1.1
itsdangerous==2.0.1 itsdangerous==2.0.1
Jinja2==3.1.1 Jinja2==3.1.1
jsonschema==3.0.2
Mako==1.2.0 Mako==1.2.0
MarkupSafe==2.1.1 MarkupSafe==2.1.1
packaging==21.3 packaging==21.3