Changing settings to use new test runner
- Legacy-Id: 6904
This commit is contained in:
parent
c470e57dae
commit
191d6f5949
|
@ -217,7 +217,7 @@ RFCDIFF_PREFIX = "//www.ietf.org/rfcdiff"
|
|||
SERVER_MODE = 'development'
|
||||
|
||||
# The name of the method to use to invoke the test suite
|
||||
TEST_RUNNER = 'ietf.utils.test_runner.run_tests'
|
||||
TEST_RUNNER = 'ietf.utils.test_runner.IetfTestRunner'
|
||||
|
||||
# Fixtures which will be loaded before testing starts
|
||||
GLOBAL_TEST_FIXTURES = [ 'names','groups','persons', 'roles']
|
||||
|
|
Loading…
Reference in a new issue