update test module
Run Tests / Run Tests (push) Failing after 29s Details

This commit is contained in:
James Ravenscroft 2024-12-08 16:46:45 +00:00
parent f987540070
commit 21526f5ea3
3 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# -- FILE: pytest.ini (or tox.ini) # -- FILE: pytest.ini (or tox.ini)
[pytest] [pytest]
DJANGO_SETTINGS_MODULE = test.settings DJANGO_SETTINGS_MODULE = penparse.test_settings
# -- recommended but optional: # -- recommended but optional:
python_files = tests.py test/test_*.py *_tests.py python_files = tests.py test/test_*.py *_tests.py