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