Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.05 KB

Maintainer wanted

I've ended up not using birdisle and have no interest in maintaining it. If you would like to take over as maintainer, please let me know by filing a ticket.

birdisle-py

Build Status Coverage Status Documentation Status

Birdisle (an anagram of "lib redis") is a modified version of redis that runs as a library inside another process. The primary aim is to simplify unit testing by providing a way to run tests against what appears to be a redis server, but without the hassle of starting a separate process and ensuring that it is torn down correctly.

Birdisle-py is Python bindings for Birdisle. Documentation can be found at readthedocs.