Skip to content

Commit

Permalink
no extra prints
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Sep 5, 2023
1 parent 5b74efc commit 715a41e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ def test_exceptions_are_similar_with_just_python_command(main_runner):

assert result_1.returncode == result_2.returncode
assert result_1.stdout == result_2.stdout
print(111)
print(result_1.stderr)
print(222)
print(result_2.stderr)
assert result_1.stderr == result_2.stderr

os.remove(script)
Expand Down

0 comments on commit 715a41e

Please sign in to comment.