diff options
Diffstat (limited to 'shared/tests')
| -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 ae73833..c9311dd 100644 --- a/shared/tests/test_sa_models.py +++ b/shared/tests/test_sa_models.py @@ -11,6 +11,7 @@ def test_base_metadata_has_all_tables(): "candles", "signals", "orders", + "trades", "positions", "portfolio_snapshots", "news_items", @@ -71,6 +72,9 @@ class TestSignalRow: "price", "quantity", "reason", + "conviction", + "stop_loss", + "take_profit", "created_at", } assert expected == cols |
