diff --git a/testing/test_terminal.py b/testing/test_terminal.py index 5b6c7109a..47243335b 100644 --- a/testing/test_terminal.py +++ b/testing/test_terminal.py @@ -779,7 +779,7 @@ class TestTerminalFunctional: ) result = testdir.runpytest("--no-summary") result.stdout.no_fnmatch_line("*= FAILURES =*") - + def test_showlocals(self, testdir): p1 = testdir.makepyfile( """