Skip to content

Commit

Permalink
fixup! Port the tree reporter to textual
Browse files Browse the repository at this point in the history
Prevent a hang when running 'make check' (no idea why this doesn't affect 'python -m pytest tests'!)
  • Loading branch information
godlygeek committed Nov 28, 2023
1 parent cb17777 commit 7ff309f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@ def test_tree_generated(self, tmp_path, simple_test_file):
],
cwd=str(tmp_path),
text=True,
input="q",
)

# THEN
Expand All @@ -888,6 +889,7 @@ def test_temporary_allocations_tree(self, tmp_path, simple_test_file):
],
cwd=str(tmp_path),
text=True,
input="q",
)

# THEN
Expand Down

0 comments on commit 7ff309f

Please sign in to comment.