mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed spelling of "nonexistent".
This commit is contained in:
parent
a21ec12409
commit
29f607927f
47 changed files with 141 additions and 114 deletions
|
@ -147,7 +147,7 @@ class ManageCommandTests(unittest.TestCase):
|
|||
|
||||
def test_bad_test_runner(self):
|
||||
with self.assertRaises(AttributeError):
|
||||
call_command('test', 'sites', testrunner='test_runner.NonExistentRunner')
|
||||
call_command('test', 'sites', testrunner='test_runner.NonexistentRunner')
|
||||
|
||||
|
||||
class CustomTestRunnerOptionsTests(AdminScriptTestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue