test: harden queue dashboard classification and route coverage (#429)

Expand queue dashboard tests for stale/duplicate badges, title-linked
issues, and nav coverage; drop unused import in queue_loader.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
2026-07-07 15:05:42 -04:00
co-authored by Claude Opus 4.8
parent c91e3642de
commit f5370a94d3
3 changed files with 172 additions and 91 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from datetime import datetime, timezone
from typing import Any, Callable
from urllib.parse import urlparse
from gitea_auth import api_fetch_page, api_get_all, get_auth_header, repo_api_url
from gitea_auth import api_fetch_page, get_auth_header, repo_api_url
from webui.project_registry import ProjectRecord, load_registry