Skip to content

Commit

Permalink
Merge pull request #933 from DougBurke/update-rt-tests
Browse files Browse the repository at this point in the history
Update runtool tests for new scripts
  • Loading branch information
DougBurke authored Dec 2, 2024
2 parents 155d62e + 5cadceb commit be347ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_runtool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit be347ee

Please sign in to comment.