Skip to content

Commit

Permalink
✅ Import missing fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Sep 13, 2024
1 parent 512825c commit 14a48ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/importing/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class TestMatrixFunctions(TestCase):
"station_basin",
"station_placebasin",
"station_station",
"station_delta_t",
]

def setUp(self):
Expand Down Expand Up @@ -88,6 +89,7 @@ class TestDateFunctions(TestCase):
"station_basin",
"station_placebasin",
"station_station",
"station_delta_t",
]

def setUp(self):
Expand Down
1 change: 1 addition & 0 deletions tests/importing/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class TestSaveImportModels(TestCase):
"station_basin",
"station_placebasin",
"station_station",
"station_delta_t",
]

def setUp(self):
Expand Down
1 change: 1 addition & 0 deletions tests/station/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class TestInitialData(TestCase):
"station_basin",
"station_placebasin",
"station_station",
"station_delta_t",
]

def test_country(self):
Expand Down

0 comments on commit 14a48ac

Please sign in to comment.