From 071e7cc78d3f13fa782dbc6ca5fcec3a37263a4d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 16 Feb 2026 20:05:39 +0900 Subject: test(backend): add unit tests for auth, config, ratelimit, game, and api Cover previously untested logic: session ID generation/hashing, password authentication, IP rate limiting, game state helpers, handler endpoints, task enqueue/result processing, and config loading. Co-Authored-By: Claude Opus 4.6 --- backend/justfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backend/justfile') diff --git a/backend/justfile b/backend/justfile index 1897cab..4a3c14e 100644 --- a/backend/justfile +++ b/backend/justfile @@ -7,3 +7,5 @@ test: gen: go generate ./... + +ci: check test -- cgit v1.3.1