From f8b78cbae6b9bdb5e71371a924260cb181ee1d9e Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 19 Dec 2024 09:31:07 -0500 Subject: [PATCH] chore: mark developmode tests --- autotest/test_gwe_bad_input.py | 2 +- autotest/test_prt_quad_refinement.py | 1 + autotest/test_prt_ternary_methods.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/autotest/test_gwe_bad_input.py b/autotest/test_gwe_bad_input.py index 3928100da6e..3704dc2ea6d 100644 --- a/autotest/test_gwe_bad_input.py +++ b/autotest/test_gwe_bad_input.py @@ -480,7 +480,7 @@ def check_output(idx, test): print(msg1) -# - No need to change any code below +@pytest.mark.developmode @pytest.mark.parametrize( "idx, name", list(enumerate(cases)), diff --git a/autotest/test_prt_quad_refinement.py b/autotest/test_prt_quad_refinement.py index 93a3de8f85c..20f6b220805 100644 --- a/autotest/test_prt_quad_refinement.py +++ b/autotest/test_prt_quad_refinement.py @@ -282,6 +282,7 @@ def plot_output(idx, test): plt.savefig(gwf_ws / f"test_{name}.png") +@pytest.mark.developmode @pytest.mark.parametrize("idx, name", enumerate(cases)) @pytest.mark.parametrize("levels", [1, 2]) @pytest.mark.parametrize("method", ["pollock", "ternary"]) diff --git a/autotest/test_prt_ternary_methods.py b/autotest/test_prt_ternary_methods.py index 5d7ce756527..0b748643358 100644 --- a/autotest/test_prt_ternary_methods.py +++ b/autotest/test_prt_ternary_methods.py @@ -252,6 +252,7 @@ def check_output(idx, test, snapshot): assert snapshot == pls.drop("name", axis=1).round(3).to_records(index=False) +@pytest.mark.developmode @pytest.mark.parametrize("idx, name", enumerate(cases)) def test_mf6model(idx, name, function_tmpdir, targets, benchmark, array_snapshot, plot): test = TestFramework(