summaryrefslogtreecommitdiff
path: root/shared/tests/test_db_news.py
AgeCommit message (Collapse)Author
18 hoursstyle: fix lint and formatting issues across news collector and sharedTheSiahxyz
18 hoursfeat: add NewsEvent, DB methods for news/sentiment/selectionsTheSiahxyz
- Add NEWS to EventType enum and NewsEvent class to events.py - Add insert_news_item, get_recent_news, upsert_symbol_score, get_top_symbol_scores, upsert_market_sentiment, get_latest_market_sentiment, insert_stock_selection, get_stock_selections methods to Database class in db.py - Add test_news_events.py and test_db_news.py with full coverage