Skip to content

Commit

Permalink
more debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored Aug 16, 2024
1 parent f0b86c6 commit ff4a168
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/tests/test_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
if n_blocks == 0:
raise ValueError("Did not find any code blocks")
for block in blocks:
# DEBUG: TODO: REMOVE
print(f"{block=}")
if block.split()[0].endswith(".py"):
print(f"Running: {block}")
subprocess.run(block)

0 comments on commit ff4a168

Please sign in to comment.