TradingAgents/tradingagents/domains/news
Martin C. Richards 1cfe018f77 test: implement pytest-vcr for article scraper with zero mocks
- Replace all mocking with pytest-vcr for real HTTP recording
- Add comprehensive test coverage for major news sources
- Test realistic scenarios: paywalls, 404s, successful scraping
- Update dependencies: googlenewsdecoder, nltk, lxml-html-clean
- Fix lint issue: simplify conditional return statement
- Update documentation to reflect testing progress

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 11:02:37 +02:00
..
__init__.py wip 2025-08-02 14:16:52 +02:00
article_scraper_client.py test: implement pytest-vcr for article scraper with zero mocks 2025-08-16 11:02:37 +02:00
google_news_client.py test: implement pytest-vcr for article scraper with zero mocks 2025-08-16 11:02:37 +02:00
news_repository.py omfg basic stub out with passable lint and types 2025-08-03 22:07:24 +02:00
news_service.py refactor: migrate to newspaper4k and improve news service repository integration 2025-08-10 13:00:40 +02:00