Skip to content

Commit 191d6f5

Browse files
committed
Changing settings to use new test runner
- Legacy-Id: 6904
1 parent c470e57 commit 191d6f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
SERVER_MODE = 'development'
218218

219219
# The name of the method to use to invoke the test suite
220-
TEST_RUNNER = 'ietf.utils.test_runner.run_tests'
220+
TEST_RUNNER = 'ietf.utils.test_runner.IetfTestRunner'
221221

222222
# Fixtures which will be loaded before testing starts
223223
GLOBAL_TEST_FIXTURES = [ 'names','groups','persons', 'roles']

0 commit comments

Comments
 (0)