danielfm / pybreaker

Python implementation of the Circuit Breaker pattern.
BSD 3-Clause "New" or "Revised" License
508 stars 74 forks source link

Allow installing CircuitBreakerStorageBasedTestCase as a pip extra #45

Open jacobg opened 5 years ago

jacobg commented 5 years ago

I wrote a custom CircuitBreakerStorage class for a different cache backend than Redis, and I'd like to test it using CircuitBreakerStorageBasedTestCase. But the tests module is not included in setup. Please allow installing CircuitBreakerStorageBasedTestCase as a pip extra, preferably separate from the rest of the tests stuff.