summaryrefslogtreecommitdiff
path: root/shared/tests/test_sentiment_models.py
AgeCommit message (Collapse)Author
14 hoursstyle: auto-fix lint violations from enhanced ruff rulesTheSiahxyz
16 hoursstyle: fix lint and formatting issues across news collector and sharedTheSiahxyz
17 hoursfeat: add NewsItem, sentiment scoring, and stock selection modelsTheSiahxyz
Add NewsCategory enum and NewsItem model to shared/models.py. Create sentiment_models.py with SymbolScore, MarketSentiment, SelectedStock, Candidate.