diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-02 13:52:03 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-02 13:52:03 +0900 |
| commit | 2efcf30655dafd5111c2bc24a5ede1b52bcf4c76 (patch) | |
| tree | ca762be09a88052e1ed9fb1ecb632b4a538c4189 /shared/tests/test_sa_models.py | |
| parent | 24cd869302cfacad53ecd00cec0cef0a9393745b (diff) | |
feat: add SQLAlchemy ORM models for news, scores, selections
Diffstat (limited to 'shared/tests/test_sa_models.py')
| -rw-r--r-- | shared/tests/test_sa_models.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/tests/test_sa_models.py b/shared/tests/test_sa_models.py index 67c3c82..dc6355e 100644 --- a/shared/tests/test_sa_models.py +++ b/shared/tests/test_sa_models.py @@ -14,6 +14,10 @@ def test_base_metadata_has_all_tables(): "trades", "positions", "portfolio_snapshots", + "news_items", + "symbol_scores", + "market_sentiment", + "stock_selections", } assert expected == table_names |
