diff options
author | andymccurdy <sedrik@gmail.com> | 2010-02-15 13:08:56 -0800 |
---|---|---|
committer | andymccurdy <sedrik@gmail.com> | 2010-02-15 13:08:56 -0800 |
commit | 61c106e5fe5b9ab0380b29f60e245d4a318a2a06 (patch) | |
tree | aff75b8e5c009412e77b344f5b008de5a43bdb9f /tests.py | |
parent | 33521a7d6cca8447fd885a61ffd812f634cf222c (diff) | |
download | redis-py-61c106e5fe5b9ab0380b29f60e245d4a318a2a06.tar.gz |
new client passes all command tests, still need tests for connection pool and pipelining.
Diffstat (limited to 'tests.py')
-rw-r--r-- | tests.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests.py b/tests.py deleted file mode 100644 index 2fd8aee..0000000 --- a/tests.py +++ /dev/null @@ -1,4 +0,0 @@ -import redis - -# legacy doctests -redis.old_client.run_doctests(redis.old_client) |