summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* Support for password-encrypted SSL private keys (#1782)Chayim2021-12-161-1/+16
* Removing distutils from tests (#1773)Chayim2021-12-081-4/+4
* Added support for MONITOR in clusters (#1756)Bar Shaul2021-12-021-9/+11
* Added black and isort (#1734)Anas2021-11-301-77/+91
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-11/+9
* RedisJSON 2.0.4 behaviour support (#1747)Chayim2021-11-251-3/+2
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-14/+81
* Removing command on initial connections (#1722)v4.0.1Chayim2021-11-171-1/+2
* Unit tests fixes for compatibility (#1703)Chayim2021-11-141-5/+5
* Fixes to allow --redis-url to pass through all tests (#1700)Chayim2021-11-111-0/+18
* Unit test fixes to carry pytest options through all tests (#1696)Chayim2021-11-101-7/+13
* Support for json multipath ($) (#1663)Chayim2021-11-041-1/+2
* Adding support for redisearch (#1640)Chayim2021-10-251-3/+12
* redisjson support (#1636)Chayim2021-10-251-0/+33
* Removing packaging dependency (#1626)Chayim2021-10-191-4/+4
* Removing the REDIS_6_VERSION placeholder (#1582)Chayim2021-10-111-6/+0
* CLIENT REPLY support, available since redis 3.2.0 (#1581)Chayim2021-09-301-0/+6
* Use Version instead of StrictVersion since distutils is deprecated. (#1552)Karthikeyan Singaravelan2021-08-291-4/+4
* Add retry mechanism with backoff (#1494)nbraun-amazon2021-08-181-0/+3
* Added the ACL LOG command available in Redis 6Andy McCurdy2020-08-191-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