Commit 3cc663c
committed
Fix sleep mock in PowerDistributingActor tests
Previously sleep was not mocked because of IsolatedAsyncTestCase
base class from unittest module.
Replace unittest `with` statements with pytest `mocker` feature.
Signed-off-by: ela-kotulska-frequenz <[email protected]>1 parent 5fec304 commit 3cc663c
1 file changed
+167
-166
lines changed
0 commit comments