nordabiz/tests
Maciej Pienczyn 28efbfabce auto-claude: 8.3 - Test /admin/seo dashboard rendering, sorting, filt
Created comprehensive test suite for SEO admin dashboard functionality:
- tests/test_admin_seo_dashboard.py with 8 test functions
- Dashboard data query verification (SQLAlchemy joins)
- Statistics calculation (good/medium/poor/not_audited counts)
- Score color coding (green/yellow/red thresholds)
- Sorting logic (name, score, date)
- Filtering logic (category, score range, text search)
- Drill-down links validation
- API response structure verification
- Template data requirements verification

All 8 dashboard tests pass. All 64 existing SEO unit tests pass.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 09:29:47 +01:00
..
ai_quality_evaluator.py Initial commit 2026-01-01 14:01:49 +01:00
ai_quality_test_cases.json Initial commit 2026-01-01 14:01:49 +01:00
test_admin_seo_dashboard.py auto-claude: 8.3 - Test /admin/seo dashboard rendering, sorting, filt 2026-01-08 09:29:47 +01:00
test_seo_audit.py auto-claude: 8.1 - Create tests/test_seo_audit.py with tests for PageSpeed client, on-page analyzer, technical checker 2026-01-08 09:18:15 +01:00