You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/tests/unit.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ if [[ -n "${TEST_MODULE:-}" ]]; then
23
23
TEST_MODULE="${TEST_MODULE%.py}"
24
24
TEST_MODULE=${TEST_MODULE//\//\.}
25
25
fi
26
-
docker compose run --rm --remove-orphans web poetry run python manage.py test$TEST_MODULE --settings=lung_cancer_screening.settings_test
26
+
docker compose run --rm --remove-orphans web poetry run python manage.py test$TEST_MODULE --settings=lung_cancer_screening.settings_test --exclude-tag=accessibility
27
27
else
28
-
docker compose run --rm --remove-orphans web poetry run python manage.py test --settings=lung_cancer_screening.settings_test
28
+
docker compose run --rm --remove-orphans web poetry run python manage.py test --settings=lung_cancer_screening.settings_test --exclude-tag=accessibility
0 commit comments