Skip to content

Commit 7ab5e10

Browse files
committed
Added startup of code coverage measurements to settings_releasetest, too.
- Legacy-Id: 10241
1 parent 4360f00 commit 7ab5e10

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/settings_releasetest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ def __getitem__(self, item):
4242
'ENGINE': 'django.db.backends.sqlite3',
4343
},
4444
}
45+
46+
if TEST_CODE_COVERAGE_CHECKER and not TEST_CODE_COVERAGE_CHECKER._started:
47+
TEST_CODE_COVERAGE_CHECKER.start()

0 commit comments

Comments
 (0)