added a class to throw exceptions from the algorithm

This commit is contained in:
fawce
2012-07-21 09:52:06 -04:00
parent 5dd35a4709
commit f364cde3d2
3 changed files with 40 additions and 5 deletions
-1
View File
@@ -4,7 +4,6 @@ from unittest2 import TestCase, skip
from zipline.core.monitor import Controller
class TestMonitor(TestCase):
def setUp(self):
self.log_handler = LoggingHandler()