cleanup old stuff, move test to __init__
This commit is contained in:
parent
1fa1ead94d
commit
57be4a1d63
3 changed files with 6 additions and 101 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue