From 5cadceb8b11e72536df88cad3ea39bd1b56912cf Mon Sep 17 00:00:00 2001 From: Douglas Burke Date: Mon, 2 Dec 2024 17:04:10 -0500 Subject: [PATCH] Update runtool tests for new scripts Added mkrprm and --- tests/test_runtool.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test_runtool.py b/tests/test_runtool.py index e65a38f7..41197a26 100644 --- a/tests/test_runtool.py +++ b/tests/test_runtool.py @@ -42,8 +42,8 @@ def test_have_ascds_install(): def test_expected_tools(): - assert len(ALL_TOOLS) == 197 - assert len(STANDARD_TOOLS) == 182 + assert len(ALL_TOOLS) == 199 + assert len(STANDARD_TOOLS) == 184 @pytest.mark.parametrize("expected", STANDARD_TOOLS) @@ -406,6 +406,7 @@ def test_write_parfile_standard(toolname, tmp_path): 'mkpsfmap': 3, 'mkregmap': 1, 'mkrmf': 1, + 'mkrprm': 3, 'modelflux': 1, 'monitor_photom': 1, 'mtl_build_gti': 1,