Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Remove local unittest.main()
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Apr 1, 2022
1 parent 4673689 commit cf75c09
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,3 @@ async def test_sleep(self):
await self.rate.sleep() # presumably slack > 0.0
await asyncio.sleep(self.rate.period)
await self.rate.sleep() # now for sure slack < 0.0


if __name__ == "__main__":
unittest.main()

0 comments on commit cf75c09

Please sign in to comment.