rrd path updated

This commit is contained in:
2026-08-30 12:30:07 +02:00
parent 20fa7cb67d
commit 3224f27f39
3 changed files with 13 additions and 6 deletions
+7
View File
@@ -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"