Exemplo n.º 1
0
 def test_is_first_period_in_stage_false(self):
     assert_equal(msp._first_period_in_stage(self, 4), False)
Exemplo n.º 2
0
 def test_is_first_period_in_stage_true(self):
     assert_equal(msp._first_period_in_stage(self, 3), True)