summaryrefslogtreecommitdiff
path: root/tests/test_timeseries.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix `TIMESERIES` (round floats) and `JSON` tests (#2421)dvora-h2022-10-231-2/+2
| | | | | * Fix timeseries tests (round floats) * fix json tests
* fix test (#2358)dvora-h2022-08-251-1/+1
|
* Add support for TIMESERIES 1.8 (#2296)dvora-h2022-07-241-2/+241
| | | | | | | | | | | | | | | * Add support for timeseries 1.8 * fix info * linters * linters * fix info test * type hints * linters
* late eval of the skip condition (#2248)Kristján Valur Jónsson2022-06-271-1/+2
| | | | | | | | | | * late eval of the skip condition at module import time, the REDIS_INFO dict hasn't been initialized. * Store REDIS_INFO in config object, where it is available from condition strings * Fix comparson of time You can't test rounded values for equalness, since they may fall each on a different side of 0.5. It is better to test their absolute difference for a certain tolerance, in this case 1.0 which is the intent of the original round.
* Add support for JSON, TIMESERIES, BLOOM & GRAPH commands in cluster (#2032)dvora-h2022-03-061-0/+5
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Fixing TimesSeries tests (#2029)OfirMos2022-03-011-4/+4
|
* Added black and isort (#1734)Anas2021-11-301-94/+21
|
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-1/+1
| | | @akx Thank you so much for this! Thanks again for introducing me to a new tool that I'm sliding into my workflow as well.
* RedisJSON 2.0.4 behaviour support (#1747)Chayim2021-11-251-1/+0
|
* Test function renames, to match standards (#1679)Chayim2021-11-091-20/+20
|
* Re-enable pipeline support for JSON and TimeSeries (#1674)Chayim2021-11-091-18/+13
|
* redis timeseries support (#1652)Chayim2021-10-281-0/+593