Skip to content

Commit b22f471

Browse files
committed
Move battery/pool status tests to a _component_status subdirectory
This follows the new dir structure we use for them, and also makes it easier to add tests for further component status trackers. Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 46037da commit b22f471

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
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 © 2022 Frequenz Energy-as-a-Service GmbH
3+
4+
"""Tests for component status tracking for the power distributing actor."""

tests/actor/test_battery_status.py renamed to tests/actor/power_distributing/_component_status/test_battery_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
)
3838
from tests.timeseries.mock_microgrid import MockMicrogrid
3939

40-
from ..utils.component_data_wrapper import BatteryDataWrapper, InverterDataWrapper
40+
from ....utils.component_data_wrapper import BatteryDataWrapper, InverterDataWrapper
4141

4242

4343
def battery_data( # pylint: disable=too-many-arguments

0 commit comments

Comments
 (0)