alisaifee / limits

Rate limiting using various strategies and storage backends such as redis & memcached
https://limits.readthedocs.org
MIT License
423 stars 58 forks source link

Improve test runner #84

Closed alisaifee closed 2 years ago

alisaifee commented 2 years ago

Description

Remove reliance on makefile to setup containers for tests and instead use the lovely-pytest-docker plugin to lazily create containers as needed via fixtures.