Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Sep 4, 2023
1 parent 531859e commit 58ae7f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def test_run_command_without_arguments(main_runner):

assert result.returncode == 1
assert result.stdout.decode('utf-8') == ''
print(result.before_stderr)
print(result.stderr)
print(repr(result.stderr.decode('utf-8')))
print(repr(f'usage: instld python_file.py [argv ...]{os.linesep}'))
Expand Down

0 comments on commit 58ae7f4

Please sign in to comment.