Fixing bad indentation
This commit is contained in:
parent
10a8691eca
commit
6cc4fe2412
|
@ -725,7 +725,7 @@ class TestTraceOption:
|
||||||
assert is_equal, 1, 1
|
assert is_equal, 1, 1
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
child = testdir.spawn_pytest("--trace " + str(p1))
|
child = testdir.spawn_pytest("--trace " + str(p1))
|
||||||
child.expect("test_1")
|
child.expect("test_1")
|
||||||
child.expect("(Pdb)")
|
child.expect("(Pdb)")
|
||||||
child.sendline("c")
|
child.sendline("c")
|
||||||
|
|
Loading…
Reference in New Issue