summaryrefslogtreecommitdiff
path: root/tests/settings_tests/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/settings_tests/tests.py')
-rw-r--r--tests/settings_tests/tests.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/settings_tests/tests.py b/tests/settings_tests/tests.py
index c1fe2d042d..7794aeef9a 100644
--- a/tests/settings_tests/tests.py
+++ b/tests/settings_tests/tests.py
@@ -205,7 +205,8 @@ class SettingsTests(SimpleTestCase):
getattr(settings, "TEST")
def test_class_decorator(self):
- # SimpleTestCase can be decorated by override_settings, but not ut.TestCase
+ # SimpleTestCase can be decorated by override_settings, but not
+ # ut.TestCase
class SimpleTestCaseSubclass(SimpleTestCase):
pass
@@ -467,7 +468,8 @@ class IsOverriddenTest(SimpleTestCase):
class TestListSettings(SimpleTestCase):
"""
Make sure settings that should be lists or tuples throw
- ImproperlyConfigured if they are set to a string instead of a list or tuple.
+ ImproperlyConfigured if they are set to a string instead of a list or
+ tuple.
"""
list_or_tuple_settings = (