summaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
authorandymccurdy <sedrik@gmail.com>2010-02-15 13:08:56 -0800
committerandymccurdy <sedrik@gmail.com>2010-02-15 13:08:56 -0800
commit61c106e5fe5b9ab0380b29f60e245d4a318a2a06 (patch)
treeaff75b8e5c009412e77b344f5b008de5a43bdb9f /tests.py
parent33521a7d6cca8447fd885a61ffd812f634cf222c (diff)
downloadredis-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.py4
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)