summaryrefslogtreecommitdiff
path: root/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* pytest framework and server commandsandy2013-06-041-31/+0
* connection: tests for `BlockingConnectionPool`.James Arthur2013-04-181-0/+2
* Fixed PEP 8 violations introduced in previous commitsAlex Grönholm2012-08-071-1/+2
* Fixed Python 3.2+ compatibilityAlex Grönholm2012-08-071-6/+6
* Cleaned up code for PEP 8 complianceAlex Grönholm2012-08-061-2/+3
* Added unit tests for unicode handling in PythonParser and HiredisParserFrankie Dintino2012-02-081-0/+4
* manually reconnect the connection in the PubSub class. This avoids blowing ou...andy2011-10-101-1/+2
* new pubsub testsAndy McCurdy2011-05-231-0/+2
* allow the user to choose a connection class via the ConnectionPoolAndy McCurdy2011-02-081-0/+7
* added a Lock class that mimics the behavior of threading.Lock.Andy McCurdy2010-06-151-0/+2
* - connection objects now store authentication credentials so that reconnect w...andymccurdy2010-02-161-2/+6
* new client passes all command tests, still need tests for connection pool and...andymccurdy2010-02-151-0/+7