MAINT: Update tests to conform to new reader/writer structure

This commit is contained in:
Stewart Douglas
2015-09-10 11:53:26 -04:00
committed by jfkirk
parent 8ccdae9870
commit 1ef2274d11
15 changed files with 280 additions and 176 deletions
-1
View File
@@ -627,7 +627,6 @@ class TestTransformAlgorithm(TestCase):
def test_order_instant(self):
algo = TestOrderInstantAlgorithm(sim_params=self.sim_params,
instant_fill=True)
algo.run(self.df)
def test_minute_data(self):