remove leftover debug statements
This commit is contained in:
parent
2e2f76819c
commit
964baf9402
@ -105,7 +105,6 @@ def test_install_package_already_installed(
|
|||||||
assert filename in files
|
assert filename in files
|
||||||
|
|
||||||
content = filename.open().read()
|
content = filename.open().read()
|
||||||
print(content)
|
|
||||||
assert 'tests="5"' in content
|
assert 'tests="5"' in content
|
||||||
assert 'failures="0"' in content
|
assert 'failures="0"' in content
|
||||||
assert 'errors="0"' in content
|
assert 'errors="0"' in content
|
||||||
|
@ -46,8 +46,6 @@ def test_ascii_graph_mpileaks(config, mock_packages, monkeypatch):
|
|||||||
graph_str = stream.getvalue()
|
graph_str = stream.getvalue()
|
||||||
graph_str = "\n".join([line.rstrip() for line in graph_str.split("\n")])
|
graph_str = "\n".join([line.rstrip() for line in graph_str.split("\n")])
|
||||||
|
|
||||||
print(graph_str)
|
|
||||||
|
|
||||||
assert (
|
assert (
|
||||||
graph_str
|
graph_str
|
||||||
== r"""o mpileaks
|
== r"""o mpileaks
|
||||||
|
Loading…
Reference in New Issue
Block a user