From 14a48ac1d893cc9f01c6b652975e7745444d229f Mon Sep 17 00:00:00 2001 From: Diego Alonso Alvarez Date: Fri, 13 Sep 2024 12:12:02 +0100 Subject: [PATCH] :white_check_mark: Import missing fixture --- tests/importing/test_functions.py | 2 ++ tests/importing/test_models.py | 1 + tests/station/test_models.py | 1 + 3 files changed, 4 insertions(+) diff --git a/tests/importing/test_functions.py b/tests/importing/test_functions.py index 6c6319d6..961a10d6 100755 --- a/tests/importing/test_functions.py +++ b/tests/importing/test_functions.py @@ -24,6 +24,7 @@ class TestMatrixFunctions(TestCase): "station_basin", "station_placebasin", "station_station", + "station_delta_t", ] def setUp(self): @@ -88,6 +89,7 @@ class TestDateFunctions(TestCase): "station_basin", "station_placebasin", "station_station", + "station_delta_t", ] def setUp(self): diff --git a/tests/importing/test_models.py b/tests/importing/test_models.py index 58180b5e..e21926fd 100755 --- a/tests/importing/test_models.py +++ b/tests/importing/test_models.py @@ -22,6 +22,7 @@ class TestSaveImportModels(TestCase): "station_basin", "station_placebasin", "station_station", + "station_delta_t", ] def setUp(self): diff --git a/tests/station/test_models.py b/tests/station/test_models.py index a6fe4b06..0b4c80c9 100755 --- a/tests/station/test_models.py +++ b/tests/station/test_models.py @@ -12,6 +12,7 @@ class TestInitialData(TestCase): "station_basin", "station_placebasin", "station_station", + "station_delta_t", ] def test_country(self):