feat: add unified contest pool and realtime game modes
This commit is contained in:
@@ -174,4 +174,5 @@ def test_math_game_api_目录公开但开局需要登录(client, game_user):
|
||||
assert {item["kind"] for item in catalog.json()} == {"sudoku", "twenty_four"}
|
||||
assert anonymous_start.status_code in {401, 403}
|
||||
assert authenticated_start.status_code == 201
|
||||
assert authenticated_start.json()["difficulty"] == "standard"
|
||||
assert "solution" not in authenticated_start.json()
|
||||
|
||||
Reference in New Issue
Block a user