From 897a6e9934f62ff12ac658312fde3e4aa282efc9 Mon Sep 17 00:00:00 2001 From: Bryan Bailey Date: Wed, 6 Apr 2022 16:16:52 -0400 Subject: [PATCH] fixed testing paths --- .gitlab-ci.yml | 4 +++- requirements.txt | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0df3458..5233bbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 3020107..7ef1377 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,6 +23,7 @@ importlib-metadata==4.11.3 iniconfig==1.1.1 itsdangerous==2.0.1 Jinja2==3.1.1 +jsonschema==3.0.2 Mako==1.2.0 MarkupSafe==2.1.1 packaging==21.3