Skip to content

Commit

Permalink
Debugging test_loom_error_handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ramadhan committed Jun 29, 2024
1 parent 431ff58 commit d2c4973
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_loom.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,8 @@ def test_loom_error_handling(tmp_path):

# Check that no frame files remain
frames_dir = Path(loom.frames_directory)

for item in frames_dir.iterdir():
print(f"{item.name}")

assert not any(frames_dir.glob("frame_*.png"))

0 comments on commit d2c4973

Please sign in to comment.