mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
3944ed67b0
Created tests/test_api.py with comprehensive test coverage: - Health check endpoints - Verse endpoints (single, range, verse of the day) - Book endpoints (list, details, chapters, full text) - Bible endpoint (entire Bible) - Search endpoint - Interlinear data endpoint - Cross-references endpoint - Topics endpoints - Reading plans endpoints - Book name normalization tests Tests use pytest fixtures for better organization and reusability: - client fixture for TestClient - sample_verses fixture for test data - sample_books fixture for test data Run tests with: uv run pytest tests/test_api.py -v 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>