We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4360f00 commit 7ab5e10Copy full SHA for 7ab5e10
1 file changed
ietf/settings_releasetest.py
@@ -42,3 +42,6 @@ def __getitem__(self, item):
42
'ENGINE': 'django.db.backends.sqlite3',
43
},
44
}
45
+
46
+if TEST_CODE_COVERAGE_CHECKER and not TEST_CODE_COVERAGE_CHECKER._started:
47
+ TEST_CODE_COVERAGE_CHECKER.start()
0 commit comments