fixed testing paths
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user