pybreaker icon indicating copy to clipboard operation
pybreaker copied to clipboard

Allow installing CircuitBreakerStorageBasedTestCase as a pip extra

Open jacobg opened this issue 6 years ago • 0 comments

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.

jacobg avatar Jul 09 '19 14:07 jacobg