Skip to content

Commit

Permalink
Add more coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vulder committed Nov 27, 2023
1 parent 828a61d commit 06d43ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/revision/test_revisions.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ def test_config_specific_lookup(self) -> None:
self.assertEqual(
processed_rev_files_cid_1[0].report_filename.config_id, 1
)

processed_rev_files_cid_2 = get_processed_revisions_files(
"SynthSAContextSensitivity", config_id=2
)
# there should not be a report for config id 2
self.assertEqual(len(processed_rev_files_cid_2), 0)

0 comments on commit 06d43ad

Please sign in to comment.