summaryrefslogtreecommitdiff
path: root/tests/test_pubsub.py
Commit message (Expand)AuthorAgeFilesLines
* test to ensure a ConnectionError is raised when a pubsub connection diesAndy McCurdy2019-06-011-0/+13
* Fix code styleMarcin Raczyński2018-12-171-2/+4
* Fix #764 - sub-unsub-resub caused PubSub() to forget the channelMarcin Raczyński2018-12-171-0/+40
* Merge pull request #1019 from krishan-carbon/patch-1Andy McCurdy2018-11-131-1/+22
|\
| * .Krishan Patel2018-10-281-0/+9
| * fix indentKrishan Patel2018-08-131-2/+2
| * Added testKrishan Patel2018-08-131-1/+13
* | Use unicode literals throughout projectJon Dufresne2018-11-031-13/+14
* | Remove from __future__ import with_statementJon Dufresne2018-11-031-1/+0
* | avoid calling pytest fixtures directly since that's frowned uponAndy McCurdy2018-10-311-2/+2
|/
* Add minimum Redis server version to TestPubSubPubSubSubcommandsAngusP2017-01-241-0/+4
* Add PUBSUB docs to READMEAngusP2017-01-241-1/+0
* Implement PUBSUB * commandsAngusP2017-01-241-1/+27
* pubsub: improve error reporting if caller forgets to subscribeGreg Ward2016-06-121-0/+8
* automatic message decoding if decode_responses=True. bugfixes, tests.Andy McCurdy2014-04-011-32/+222
* make sure we know the order of expected subscribe/unsubscribe messagesAndy McCurdy2014-03-291-9/+20
* fixes PubSub.subscribe once and for all.Andy McCurdy2014-03-281-49/+103
* fixed a bunch get_message() bugs, refactored the PythonParser to be saner.Andy McCurdy2014-03-271-75/+116
* python 2.5 supportandy2013-06-071-0/+1
* pubsub testsandy2013-06-061-0/+95