Close all positions on demo account when exiting tests
This commit is contained in:
@@ -78,3 +78,8 @@ class LiveTradingTestCase(ElasticMock, LiveBase, TestCase):
|
||||
|
||||
if not found:
|
||||
self.fail("Could not find the trade in the list of open trades")
|
||||
|
||||
def test_convert_open_trades(self):
|
||||
"""
|
||||
Test converting open trades response to Trade-like format.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user