def test_play_user_wins(self, mock_roll):
     self.assertFalse(dice.play())
Exemple #2
0
def test_should_do_something():
    assert None is play(1)