mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-09 11:19:23 +08:00
added a proc join to ensure we block on the simulation fully exiting all processes.
This commit is contained in:
@@ -147,7 +147,7 @@ class FinanceTestCase(TestCase):
|
||||
|
||||
zipline.simulate(blocking=False)
|
||||
|
||||
output, transaction_count = drain_zipline(self)
|
||||
output, transaction_count = drain_zipline(self, zipline)
|
||||
|
||||
self.assertTrue(zipline.sim.ready())
|
||||
self.assertFalse(zipline.sim.exception)
|
||||
|
||||
Reference in New Issue
Block a user