Adding needed newline

This commit is contained in:
Jeffrey Rackauckas 2018-07-01 20:22:50 -07:00
parent 0b70477930
commit bc268a58d1
1 changed files with 1 additions and 0 deletions

View File

@ -697,6 +697,7 @@ class TestDebuggingBreakpoints(object):
assert "reading from stdin while output" not in rest
TestPDB.flush(child)
class TestTraceOption:
def test_trace_sets_breakpoint(self, testdir):
p1 = testdir.makepyfile(