mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
fix linters
This commit is contained in:
parent
e7d23bf59f
commit
eee0557112
@ -877,7 +877,7 @@ class ManageNoSettings(AdminScriptTestCase):
|
|||||||
args = ["runserver", "--settings=bad_settings", "--nostatic"]
|
args = ["runserver", "--settings=bad_settings", "--nostatic"]
|
||||||
out, err = self.run_manage(args)
|
out, err = self.run_manage(args)
|
||||||
self.assertNoOutput(out)
|
self.assertNoOutput(out)
|
||||||
self.assertOutput(err, 'Settings module bad_settings could not be imported')
|
self.assertOutput(err, "Settings module bad_settings could not be imported")
|
||||||
|
|
||||||
def test_builtin_with_bad_environment(self):
|
def test_builtin_with_bad_environment(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user