golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/testfixtures/tests/test_django
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
0 B
Del
OK
__pycache__
-
Del
OK
manage.py
273 B
Del
OK
models.py
250 B
Del
OK
settings.py
261 B
Del
OK
test_compare.py
2.86 KB
Del
OK
test_shouldraise.py
628 B
Del
OK
Edit: settings.py
SECRET_KEY = 'fake-key' INSTALLED_APPS = [ 'django.contrib.auth', 'django.contrib.contenttypes', "testfixtures.tests.test_django", ] DATABASES = {'default': {'ENGINE': 'django.db.backends.sqlite3'}} DEFAULT_AUTO_FIELD='django.db.models.AutoField'
Save