Skip to content

Commit 4c32631

Browse files
committed
Add __init__.py files to resampling tests
We need this to be able to import then new `util.py` module in the tests. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 03f5e31 commit 4c32631

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# License: MIT
2+
# Copyright © 2025 Frequenz Energy-as-a-Service GmbH
3+
4+
"""Resampling tests."""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# License: MIT
2+
# Copyright © 2025 Frequenz Energy-as-a-Service GmbH
3+
4+
"""Wall clock timer tests."""

0 commit comments

Comments
 (0)