Adding needed newline
This commit is contained in:
parent
0b70477930
commit
bc268a58d1
|
@ -697,6 +697,7 @@ class TestDebuggingBreakpoints(object):
|
||||||
assert "reading from stdin while output" not in rest
|
assert "reading from stdin while output" not in rest
|
||||||
TestPDB.flush(child)
|
TestPDB.flush(child)
|
||||||
|
|
||||||
|
|
||||||
class TestTraceOption:
|
class TestTraceOption:
|
||||||
def test_trace_sets_breakpoint(self, testdir):
|
def test_trace_sets_breakpoint(self, testdir):
|
||||||
p1 = testdir.makepyfile(
|
p1 = testdir.makepyfile(
|
||||||
|
|
Loading…
Reference in New Issue