Skip to content

Commit

Permalink
TP: test_s0_s15_merged_when_in_initial_staging
Browse files Browse the repository at this point in the history
  • Loading branch information
gareth-walley committed Aug 28, 2024
1 parent 49081ad commit b336ad4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/test_staged.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,10 @@ def test_s0_s15_not_merged(self) -> None:
self.assertIn(("s0", ), self.med_st.ahc_output["Merged Situations"])
self.assertIn(("s15", ), self.med_st.ahc_output["Merged Situations"])

def test_s0_s15_merged_when_in_initial_staging(self) -> None:
self.med_st.calculate_AHC_transitions(initial_staging=[["s0", "s15"]])
self.assertIn(("s0", "s15"), self.med_st.ahc_output["Merged Situations"])

def test_merged_leaves_fall(self) -> None:
self.fall_st.calculate_AHC_transitions()
for stage in self.fall_st.ahc_output["Merged Situations"]:
Expand Down

0 comments on commit b336ad4

Please sign in to comment.