[READY][Gameplay] #310 Host transition idempotency and error catalog for scoreboard -> next round / finish #320
@@ -115,8 +115,15 @@ class LobbyGameplayExtractionTests(TestCase):
|
|||||||
}
|
}
|
||||||
|
|
||||||
forbidden_snippets = (
|
forbidden_snippets = (
|
||||||
|
"RoundConfig.objects.get_or_create(",
|
||||||
|
"RoundConfig.objects.create(",
|
||||||
|
"RoundQuestion.objects.create(",
|
||||||
"select_round_question(",
|
"select_round_question(",
|
||||||
"reset_round_question_bootstrap_state(",
|
"reset_round_question_bootstrap_state(",
|
||||||
|
"session.current_round =",
|
||||||
|
"session.status = GameSession.Status.LIE",
|
||||||
|
"session.status = GameSession.Status.SCOREBOARD",
|
||||||
|
"session.status = GameSession.Status.FINISHED",
|
||||||
"build_start_next_round_response(",
|
"build_start_next_round_response(",
|
||||||
"build_start_next_round_phase_event(",
|
"build_start_next_round_phase_event(",
|
||||||
"build_finish_game_response(",
|
"build_finish_game_response(",
|
||||||
|
|||||||
Reference in New Issue
Block a user