mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed spelling of "nonexistent".
This commit is contained in:
parent
a21ec12409
commit
29f607927f
47 changed files with 141 additions and 114 deletions
|
@ -1132,9 +1132,7 @@ class ManageCheck(AdminScriptTestCase):
|
|||
self.remove_settings('settings.py')
|
||||
|
||||
def test_nonexistent_app(self):
|
||||
""" manage.py check reports an error on a non-existent app in
|
||||
INSTALLED_APPS """
|
||||
|
||||
"""check reports an error on a nonexistent app in INSTALLED_APPS."""
|
||||
self.write_settings(
|
||||
'settings.py',
|
||||
apps=['admin_scriptz.broken_app'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue