my.bluemaestro: workaround weird timestamps by keeping track of the latest timestamp

This commit is contained in:
Dima Gerasimov 2020-10-03 23:24:56 +01:00 committed by karlicoss
parent 8e8d9702f3
commit 5babbb44d0
2 changed files with 12 additions and 10 deletions

View file

@ -17,12 +17,10 @@ def test() -> None:
# check that timezone is set properly
assert dts == '20200824 22'
# NOTE: broken at the moment due to weirdness with timestamping
# assert len(tp) == 1 # should be unique
assert len(tp) == 1 # should be unique
# 2.5 K + 4 K datapoints, somwhat overlapping
# NOTE: boken at the moment due to weirdness with timestamping
# assert len(res) < 6000
assert len(res) < 6000
import pytest # type: ignore