diff options
| author | Matt Davis <matteius@gmail.com> | 2019-08-31 13:54:01 -0400 |
|---|---|---|
| committer | Asif Saif Uddin <auvipy@gmail.com> | 2019-08-31 23:54:01 +0600 |
| commit | 2f6f5f6a5df1cf52bf8fd45ee9fb3c93d793d637 (patch) | |
| tree | 87761ca069d3e31add4a1899aefe71eb46e6075f /requirements | |
| parent | 8a974955a80b94eb0c7138a6cba5b53dd3dc911a (diff) | |
| download | kombu-2f6f5f6a5df1cf52bf8fd45ee9fb3c93d793d637.tar.gz | |
Issue #1087 redis fix (#1089)
* issue-1087 Revert _lookup api and correct redis implemetnation. Update variable naming to be self documenting and more readable by non native speakers. Major overhaul of redis test cases by adding more full featured fakeredis module.
* Add more test cases to boost coverage of kombu redis transport.
* Refactor the producer consumer test cases to be based on original mocks and be passing
* Fix lingering line length issue in test.
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/test.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/test.txt b/requirements/test.txt index ef7aa4e5..91b210a0 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,3 +3,4 @@ case>=1.5.2 pytest pytest-sugar Pyro4 +fakeredis==1.0.4 |
