Fixing bug in test.
This commit is contained in:
parent
4afb8c428b
commit
4a925ef5e9
|
@ -722,7 +722,7 @@ class TestTraceOption:
|
||||||
assert a == b
|
assert a == b
|
||||||
|
|
||||||
def test_1():
|
def test_1():
|
||||||
assert is_equal, 1, 1
|
yield is_equal, 1, 1
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
child = testdir.spawn_pytest("--trace " + str(p1))
|
child = testdir.spawn_pytest("--trace " + str(p1))
|
||||||
|
|
Loading…
Reference in New Issue