/opt/cloudlinux/venv/lib/python3.11/site-packages/testfixtures/tests/test_django
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'
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
manage.py
Edit
models.py
Edit
settings.py
Edit
test_compare.py
Edit
test_shouldraise.py
Edit