mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2026-07-24 18:58:12 +00:00
fix: data management conversion to async (#1185)
Fix test warnings left over from data management conversion to async design. Mostly tagging async tests. Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
@@ -40,7 +40,6 @@ def sample_import_1_json():
|
||||
return input_data
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
class TestElecPriceImport:
|
||||
# ------------------------------------------------
|
||||
# General forecast
|
||||
@@ -72,6 +71,7 @@ class TestElecPriceImport:
|
||||
# ------------------------------------------------
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.parametrize(
|
||||
"start_datetime, from_file",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user