summaryrefslogtreecommitdiff
path: root/testing/test_terminal.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/test_terminal.py')
-rw-r--r--testing/test_terminal.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/test_terminal.py b/testing/test_terminal.py
index 45c354206..51c8d642e 100644
--- a/testing/test_terminal.py
+++ b/testing/test_terminal.py
@@ -222,7 +222,7 @@ class TestCollectonly(object):
""")
result = testdir.runpytest("--collect-only",)
result.stdout.fnmatch_lines([
- "<Module 'test_collectonly_basic.py'>",
+ "<Module 'test_collectonly_basic.py'>",
" <Function 'test_func'>",
])
@@ -378,7 +378,7 @@ class TestFixtureReporting(object):
"*def test_fail():",
"*failingfunc*",
"*1 failed*1 error*",
- ])
+ ])
def test_setup_teardown_output_and_test_failure(self, testdir):
""" Test for issue #442 """
@@ -403,7 +403,7 @@ class TestFixtureReporting(object):
"*teardown func*",
"*1 failed*",
- ])
+ ])
class TestTerminalFunctional(object):
def test_deselected(self, testdir):