aboutsummaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test.py b/test.py
index 8240eb4..b85e39f 100644
--- a/test.py
+++ b/test.py
@@ -844,6 +844,10 @@ class AcceptanceTest(unittest.TestCase):
844 self.assertEqual("sell", all_orders[3].action) 844 self.assertEqual("sell", all_orders[3].action)
845 self.assertEqual("long", all_orders[3].trade_type) 845 self.assertEqual("long", all_orders[3].trade_type)
846 846
847 # Action 6b
848 # TODO:
849 # Move balances to margin
850
847 # Action 7 851 # Action 7
848 # TODO 852 # TODO
849 # portfolio.Trade.run_orders() 853 # portfolio.Trade.run_orders()