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 8bd6711 commit 9ce05f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def test_run_command_without_arguments(main_runner):

assert result.returncode == 1
assert result.stdout.decode('utf-8') == ''
print(repr(result.stderr.decode('utf-8')))
print(result.stderr)
assert result.stderr.decode('utf-8') == f'usage: instld python_file.py [argv ...]\n'


Expand Down

0 comments on commit 9ce05f8

Please sign in to comment.