File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 - run :
7878 name : " Tests: Run end-to-end (E2E) tests"
7979 command : |
80- cd tests && CI="true" $HOME/.local/bin/uv run pytest test_auth.py test_account_creation.py test_competition.py test_submission.py
80+ cd tests && $HOME/.local/bin/uv run pytest test_auth.py test_account_creation.py test_competition.py test_submission.py
8181 no_output_timeout : 30m
8282
8383 # Example to run specific set of tests (for debugging individual tests from a batch of tests)
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ WORKER_CONNECTION_TIMEOUT=100000000 # milliseconds
1414
1515FLOWER_BASIC_AUTH=root:password-you-should-change
1616
17- SELENIUM_HOSTNAME=selenium
18-
1917DJANGO_SETTINGS_MODULE=settings.test
2018
2119# Minio local storage example
Original file line number Diff line number Diff line change 33
44DEBUG = True
55
6- CELERY_TASK_ALWAYS_EAGER = True
7-
86# Don't use whitenoise -- so we don't get exceptions for missing files
97STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
108
2018DEBUG_TOOLBAR_CONFIG = {
2119 "SHOW_TOOLBAR_CALLBACK" : lambda request : False
2220}
23-
24- SELENIUM_HOSTNAME = os .environ .get ("SELENIUM_HOSTNAME" , "localhost" )
25-
2621IS_TESTING = True
You can’t perform that action at this time.
0 commit comments