コード例 #1
0
ファイル: test_ruleset.py プロジェクト: hdinh/runrunfootball
    def test_should_set_quarter_count(self):
        # Arrange & Act
        state = FootballRuleset().quarter_count(3)

        # Assert
        self.assertEqual(state.get_quarter_count(), 3)