Skip to content

Commit

Permalink
print in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Apr 18, 2024
1 parent 7ba83fe commit 900f8d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/units/test_metronome.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def callback(): pass
token.cancel()
sleep(sleep_time * 100)

print(active_count(), count_before)
assert active_count() == count_before
assert metronome.stopped == True

Expand Down

0 comments on commit 900f8d4

Please sign in to comment.