| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* Fix timeseries tests (round floats)
* fix json tests
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add support for timeseries 1.8
* fix info
* linters
* linters
* fix info test
* type hints
* linters
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
| |
Co-authored-by: Chayim <chayim@users.noreply.github.com>
|
| |
|
| |
|
|
|
| |
@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.
|
| |
|
| |
|
| |
|
|
|