We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5b197 commit 60a07b2Copy full SHA for 60a07b2
tests/test_environment.py
@@ -22,6 +22,7 @@
22
extra_settings="""
23
EMAIL_BACKEND = "django.core.mail.backends.dummy.EmailBackend"
24
25
+ import unittest.mock
26
unittest.mock.patch("pytest_django.lazy_django.django_settings_is_configured", lambda: False).start()
27
""",
28
)
0 commit comments