Fixed linting 2
This commit is contained in:
parent
5e0e12d69b
commit
2be1c61eb3
|
@ -779,7 +779,7 @@ class TestTerminalFunctional:
|
||||||
)
|
)
|
||||||
result = testdir.runpytest("--no-summary")
|
result = testdir.runpytest("--no-summary")
|
||||||
result.stdout.no_fnmatch_line("*= FAILURES =*")
|
result.stdout.no_fnmatch_line("*= FAILURES =*")
|
||||||
|
|
||||||
def test_showlocals(self, testdir):
|
def test_showlocals(self, testdir):
|
||||||
p1 = testdir.makepyfile(
|
p1 = testdir.makepyfile(
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue