remove leftover debug statements

This commit is contained in:
Harmen Stoppels 2025-02-21 10:38:06 +01:00 committed by Massimiliano Culpo
parent 2e2f76819c
commit 964baf9402
No known key found for this signature in database
GPG Key ID: 3E52BB992233066C
2 changed files with 0 additions and 3 deletions

View File

@ -105,7 +105,6 @@ def test_install_package_already_installed(
assert filename in files
content = filename.open().read()
print(content)
assert 'tests="5"' in content
assert 'failures="0"' in content
assert 'errors="0"' in content

View File

@ -46,8 +46,6 @@ def test_ascii_graph_mpileaks(config, mock_packages, monkeypatch):
graph_str = stream.getvalue()
graph_str = "\n".join([line.rstrip() for line in graph_str.split("\n")])
print(graph_str)
assert (
graph_str
== r"""o mpileaks