File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -817,7 +817,6 @@ def foo():
817
817
# Remove the file location and source line from the warning.
818
818
out = re .sub (r"(?m)^[\\/\w.:~_-]+:\d+: CoverageWarning: " , "f:d: CoverageWarning: " , out )
819
819
out = re .sub (r"(?m)^\s+self.warn.*$\n" , "" , out )
820
- print ("out:" , repr (out ))
821
820
expected = (
822
821
"Run 1\n " +
823
822
"Run 2\n " +
@@ -1615,7 +1614,6 @@ def path(basename):
1615
1614
data = coverage .CoverageData ()
1616
1615
data .read ()
1617
1616
summary = line_counts (data )
1618
- print (summary )
1619
1617
assert summary [source + '.py' ] == 3
1620
1618
assert len (summary ) == 1
1621
1619
@@ -1785,7 +1783,6 @@ def test_us_in_venv_isnt_measured(self, coverage_command):
1785
1783
r"^Not tracing .*\bexecfile.py': " +
1786
1784
"module 'coverage.execfile' falls outside the --source spec"
1787
1785
)
1788
- print (re_lines (debug_out , "myproduct" ))
1789
1786
assert re_lines (
1790
1787
debug_out ,
1791
1788
r"^Not tracing .*\bmyproduct.py': module 'myproduct' falls outside the --source spec"
You can’t perform that action at this time.
0 commit comments