nordabiz/tests
Maciej Pienczyn 69bb6b839a docs: Fix incorrect SQLite references - DEV uses PostgreSQL via Docker
The documentation incorrectly stated that DEV environment uses SQLite
when it actually uses PostgreSQL via Docker on localhost:5433.

Updated files:
- CLAUDE.md - main project instructions
- PROJECT_INFO.md - environment documentation
- deployment_checklist.md - deployment procedures
- SCRIPTS_INDEX.md - script usage commands
- .claude/commands/*.md - all slash command definitions
- tests/test_admin_seo_dashboard.py - test database URL

DEV environment:
- PostgreSQL via Docker: localhost:5433
- Container: nordabiz-postgres
- Database: nordabiz
- User: nordabiz_app

PROD environment:
- PostgreSQL: 10.22.68.249:5432

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 03:40:50 +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 docs: Fix incorrect SQLite references - DEV uses PostgreSQL via Docker 2026-01-09 03:40:50 +01:00
test_gbp_audit_field_checks.py auto-claude: subtask-5-2 - Test GBP audit service locally to verify field checks 2026-01-08 23:10:16 +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
test_social_media_audit.py auto-claude: subtask-3-3 - Add test_search_google_reviews_error for API error 2026-01-08 20:39:11 +01:00