Skip to content

Commit 29e0dc0

Browse files
authored
test: update prefix for model lookups (#2286)
Followup to #2265, accommodating MODFLOW-ORG/modflow-devtools#207
1 parent 6906be2 commit 29e0dc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autotest/test_largetestmodels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
)
1111
from framework import TestFramework
1212

13-
MODELS = [m for m in models.get_models().keys() if m.startswith("large/")]
13+
MODELS = [m for m in models.get_models().keys() if m.startswith("mf6/large/")]
1414
SKIP = [
1515
"test1002_biscqtg_disv_gnc_nr_dev",
1616
"test1002_biscqtg_disv_nr_MD_dev",

autotest/test_testmodels_mf6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
)
1111
from framework import TestFramework
1212

13-
MODELS = [m for m in models.get_models().keys() if m.startswith("test/")]
13+
MODELS = [m for m in models.get_models().keys() if m.startswith("mf6/test/")]
1414
SKIP = [
1515
"alt_model",
1616
"test205_gwtbuy-henrytidal",

0 commit comments

Comments
 (0)