Skip to content

Commit

Permalink
reword assertion error message
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Sep 12, 2024
1 parent cbeee14 commit cb9a258
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion romancal/tests/test_dms_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ def test_requirements(all_test_names):
}

missing_test_names = required_test_names - all_test_names
assert not missing_test_names, f"Missing tests {missing_test_names} required by DMS"
assert (
not missing_test_names
), f"could not find the following tests correlated with DMS requirements: {missing_test_names}"

0 comments on commit cb9a258

Please sign in to comment.