summaryrefslogtreecommitdiff
path: root/tests/test_runner/test_discover_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_runner/test_discover_runner.py')
-rw-r--r--tests/test_runner/test_discover_runner.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_runner/test_discover_runner.py b/tests/test_runner/test_discover_runner.py
index 4c4a22397b..3c68a83595 100644
--- a/tests/test_runner/test_discover_runner.py
+++ b/tests/test_runner/test_discover_runner.py
@@ -364,7 +364,8 @@ class DiscoverRunnerTests(SimpleTestCase):
def test_duplicates_ignored(self):
"""
- Tests shouldn't be discovered twice when discovering on overlapping paths.
+ Tests shouldn't be discovered twice when discovering on overlapping
+ paths.
"""
base_app = "forms_tests"
sub_app = "forms_tests.field_tests"