mailgun / expiringdict

Dictionary with auto-expiring values for caching purposes.
Apache License 2.0
347 stars 76 forks source link

Use pytest/bare asserts in tests #49

Open s-t-e-v-e-n-k opened 2 years ago

s-t-e-v-e-n-k commented 2 years ago

nose has been unmaintained upstream for years now, and so this project should move with the times. To that end, switch to either using bare assert statements, or where that isn't suitable, using pytest's raises context manager.