summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* Make _get_client more configurable with kwargs that override url optionsacl-logAndy McCurdy2020-08-151-8/+21
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-5/+3
* Use the existing --redis-url param to get master hostAndrew Brookins2020-07-101-9/+7
* Fix flake8 errorsAndrew Brookins2020-07-091-2/+0
* Pass the master hostname to testsAndrew Brookins2020-07-091-1/+6
* WIP on base imageAndrew Brookins2020-07-091-2/+9
* constant for redis 6 RC candidates in tests.Andy McCurdy2020-03-121-0/+6
* Clear pipeline watch state after execNick Gaya2020-03-101-0/+21
* Enable warnings during tests and fix discovered cases (#1283)Jon Dufresne2020-02-121-2/+4
* Ability to create a client that uses a single connectionAndy McCurdy2019-07-231-12/+10
* Add redis_url cmdline argument for tests (#1170)Grygorii Iermolenko2019-06-061-31/+46
* Merge pull request #972 from lamby/dont-assume-64-bit-server-in-testsAndy McCurdy2019-01-271-7/+14
|\
| * Skip 64-bit specific tests. (Closes: #899)Chris Lamb2018-11-161-7/+14
* | the fix to TimeoutErrors had a side affect on test teardownsAndy McCurdy2019-01-271-1/+6
* | Code review fixesTheo Despoudis2018-12-061-2/+1
* | Add client kill with filterTheo Despoudis2018-12-041-0/+9
|/
* remove legacy Redis classAndy McCurdy2018-11-131-5/+0
* GEOPOS returns different values from redis 3.2 to redis 4.0Andy McCurdy2017-08-151-0/+5
* pep8 codeiandyh2016-02-191-2/+4
* format long mocked response stringiandyh2016-02-181-2/+23
* redis cluster commandsiandyh2015-12-011-0/+44
* make sure we know the order of expected subscribe/unsubscribe messagesAndy McCurdy2014-03-291-3/+4
* fixes PubSub.subscribe once and for all.Andy McCurdy2014-03-281-2/+19
* pubsub testsandy2013-06-061-1/+3
* encoding testsandy2013-06-061-6/+6
* pytest config fileandy2013-06-041-0/+26