TST: Refactor so tests can exercise internal methods in blotter.

This commit is contained in:
fawce
2013-04-18 16:09:24 -04:00
committed by Eddie Hebert
parent bc95c3a62e
commit ca0bce1680
3 changed files with 23 additions and 25 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ class FinanceTestCase(TestCase):
for event in events:
if event.type == DATASOURCE_TYPE.TRADE:
txns = blotter.process_trade(event)
txns, _ = blotter.process_trade(event)
for txn in txns:
transactions.append(txn)