summaryrefslogtreecommitdiff
path: root/tests/test_pubsub.py
diff options
context:
space:
mode:
authorAngusP <a7cp3ar50n@gmail.com>2017-01-24 02:11:15 +0000
committerAngusP <a7cp3ar50n@gmail.com>2017-01-24 02:11:15 +0000
commit54739783f344588cdbcd03dce6a3b37425c45218 (patch)
treedecb3641018c87dfd884a00db5aff4e24cc9064e /tests/test_pubsub.py
parent6ba1d33cf9acf3fc6b7bd8e2e49bbd0490330e7e (diff)
downloadredis-py-54739783f344588cdbcd03dce6a3b37425c45218.tar.gz
Add PUBSUB docs to README
Diffstat (limited to 'tests/test_pubsub.py')
-rw-r--r--tests/test_pubsub.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_pubsub.py b/tests/test_pubsub.py
index d0ed4d6..dfda868 100644
--- a/tests/test_pubsub.py
+++ b/tests/test_pubsub.py
@@ -423,4 +423,3 @@ class TestPubSubPubSubSubcommands(object):
p = r.pubsub(ignore_subscribe_messages=True)
p.psubscribe('*oo', '*ar', 'b*z')
assert r.pubsub_numpat() == 3
-