tests.apologies.test_engine
Module Contents
-
class tests.apologies.test_engine.TestCharacter
-
test_constructor()
-
test_choose_move()
-
class tests.apologies.test_engine.TestEngine
-
test_constructor_not_random()
-
test_constructor_random()
-
test_started()
-
test_completed()
-
test_winner()
-
test_reset()
-
test_start_game()
-
test_draw()
-
test_discard()
-
test_construct_legal_moves_standard_nocard()
-
test_construct_legal_moves_standard_card()
-
test_construct_legal_moves_adult_nocard()
-
test_construct_legal_moves_adult_card()
-
test_play_next_completed()
-
test_play_next_failed()
-
test_play_next_standard_forfeit()
-
test_play_next_standard_illegal()
-
test_play_next_standard_legal()
-
test_play_next_standard_draw_again()
-
test_play_next_standard_complete()
-
test_play_next_adult_forfeit()
-
test_play_next_adult_illegal()
-
test_play_next_adult_legal()
-
test_play_next_adult_draw_again()
-
test_play_next_adult_draw_again_complete()