Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Sep 1, 2023
1 parent 291607c commit fc33f6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_run_command_without_arguments(main_runner):
assert result.stdout.decode('utf-8') == ''
if not index:
print(result.before_stderr)
print(result.stderr)
assert result.stderr.decode('utf-8') == f'usage: instld python_file.py [argv ...]{os.linesep}'


Expand Down

0 comments on commit fc33f6e

Please sign in to comment.