From bc268a58d13ab398fac9c3c7d651296426d2fbb2 Mon Sep 17 00:00:00 2001 From: Jeffrey Rackauckas Date: Sun, 1 Jul 2018 20:22:50 -0700 Subject: [PATCH] Adding needed newline --- testing/test_pdb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/test_pdb.py b/testing/test_pdb.py index dab8b28c4..59aa183ad 100644 --- a/testing/test_pdb.py +++ b/testing/test_pdb.py @@ -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(