Skip to content

Commit

Permalink
Remove debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Dec 10, 2024
1 parent 1cdbb13 commit 274cd73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_lazy.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@ async def test_lazy():
app = LazyApp()
async with app.run_test() as pilot:
# No #foo on initial mount
print("before query #foo")
assert len(app.query("#foo")) == 0
print("after query #foo")
print("before query #bar")
assert len(app.query("#bar")) == 1
print("after query #bar")
await pilot.pause()
await pilot.pause()
# #bar mounted after refresh
Expand Down

0 comments on commit 274cd73

Please sign in to comment.