hvac-kia-content/tests
Ben Reed 8d5750b1d1 Add comprehensive test infrastructure
- Created unit tests for BaseScraper with mocking
- Added integration tests for parallel processing
- Created end-to-end tests with realistic mock data
- Fixed initialization order in BaseScraper (logger before user agent)
- Fixed orchestrator method name (archive_current_file)
- Added tenacity dependency for retry logic
- Validated parallel processing performance and overlap detection
- Confirmed spec-compliant markdown formatting in tests

Tests cover:
- Base scraper functionality (state, markdown, retry logic, media downloads)
- Parallel vs sequential execution timing
- Error isolation between scrapers
- Directory structure creation
- State management across runs
- Full workflow with realistic data

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-18 21:16:14 -03:00
..
__init__.py Initial commit: Project foundation with base scraper and tests 2025-08-18 12:15:17 -03:00
test_base_scraper.py Add comprehensive test infrastructure 2025-08-18 21:16:14 -03:00
test_end_to_end.py Add comprehensive test infrastructure 2025-08-18 21:16:14 -03:00
test_instagram_scraper.py Add Instagram scraper with instaloader and parallel processing orchestrator 2025-08-18 12:56:57 -03:00
test_integration_simple.py Add comprehensive test infrastructure 2025-08-18 21:16:14 -03:00
test_orchestrator.py Add Instagram scraper with instaloader and parallel processing orchestrator 2025-08-18 12:56:57 -03:00
test_orchestrator_integration.py Add comprehensive test infrastructure 2025-08-18 21:16:14 -03:00
test_rss_scraper.py feat: Implement RSS scrapers for MailChimp and Podcast feeds 2025-08-18 12:29:45 -03:00
test_tiktok_scraper.py Fix critical production issues and improve spec compliance 2025-08-18 20:07:55 -03:00
test_wordpress_scraper.py feat: Implement WordPress scraper with comprehensive tests 2025-08-18 12:19:56 -03:00
test_youtube_scraper.py feat: Implement YouTube scraper with humanized behavior 2025-08-18 12:39:49 -03:00