diff --git a/tests/test_perf_tracking.py b/tests/test_perf_tracking.py index aea79660..15c45a83 100644 --- a/tests/test_perf_tracking.py +++ b/tests/test_perf_tracking.py @@ -31,7 +31,7 @@ from zipline.protocol import DATASOURCE_TYPE from zipline.finance.trading import TradingEnvironment -class PerformanceTestCase(unittest.TestCase): +class TestPerformance(unittest.TestCase): def setUp(self): self.onesec = datetime.timedelta(seconds=1) @@ -536,6 +536,9 @@ shares in position" "should be -400 for all trades and transactions in period" ) + +class TestPerformanceTracker(unittest.TestCase): + @parameterized.expand([ # This date range covers Columbus day, # however Columbus day is not a market holiday