Skip to content

Commit

Permalink
verbose tests output
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov committed Oct 12, 2023
1 parent 6fe8ecb commit c6f1eab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def generate_and_run_project(
call,
cwd=str(dst_path),
env=os.environ.copy(),
stderr=subprocess.STDOUT,
)
except Exception as e:
raise RuntimeError(
Expand Down

0 comments on commit c6f1eab

Please sign in to comment.