cleanup old stuff, move test to __init__

This commit is contained in:
Dima Gerasimov 2019-04-07 20:27:55 +01:00
parent 1fa1ead94d
commit 57be4a1d63
3 changed files with 6 additions and 101 deletions

View file

@ -282,3 +282,8 @@ def by_night() -> Dict[date, Emfit]:
res[s.date] = s
return res
def test():
for d in get_datas():
assert len(d.epochs) > 0