Update tests.

This commit is contained in:
Stephen Diehl
2012-07-05 15:14:55 -04:00
parent c39267eff4
commit 9cbcf424b4
3 changed files with 7 additions and 5 deletions
+3 -2
View File
@@ -21,8 +21,9 @@ class ZiplineWithTransformsTestCase(TestCase):
allocator.lease(100)
self.trading_environment = factory.create_trading_environment()
self.zipline_test_config = {
'allocator':allocator,
'sid':133
'allocator' : allocator,
'sid' : 133,
'devel' : True
}
self.log_handler = LoggingHandler()
self.log_handler.push_application()