rrd path updated
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from netatmo_service.rrd import RRDStore
|
||||
|
||||
|
||||
def test_rrd_files_have_netatmo_prefix(tmp_path):
|
||||
store = RRDStore(tmp_path)
|
||||
assert store.path("outdoor") == tmp_path / "netatmo_outdoor.rrd"
|
||||
assert store.path("wind") == tmp_path / "netatmo_wind.rrd"
|
||||
Reference in New Issue
Block a user