mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Fixed typos in code comments.
This commit is contained in:
parent
dccf41cff0
commit
039465a6a7
26 changed files with 28 additions and 28 deletions
|
@ -117,7 +117,7 @@ class ClassDecoratedTestCase(ClassDecoratedTestCaseSuper):
|
|||
self.assertEqual(settings.TEST, 'override')
|
||||
|
||||
def test_setupclass_override(self):
|
||||
"""Test that settings are overriden within setUpClass -- refs #21281"""
|
||||
"""Test that settings are overridden within setUpClass -- refs #21281"""
|
||||
self.assertEqual(self.foo, 'override')
|
||||
|
||||
@override_settings(TEST='override2')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue