TST: Cleaned up test references to adjustments db

If we don't clean them up, then windows can delete
the temp dir with the db.
This commit is contained in:
Richard Frank
2016-04-12 19:33:22 -04:00
parent 5254b273b2
commit 8b610a2ab7
5 changed files with 48 additions and 30 deletions
+4
View File
@@ -131,6 +131,8 @@ class TestMinuteBarData(TestBarDataBase):
@classmethod
def tearDownClass(cls):
del cls.data_portal
del cls.adjustments_reader
cls.tempdir.cleanup()
@classmethod
@@ -564,6 +566,8 @@ class TestDailyBarData(TestBarDataBase):
@classmethod
def tearDownClass(cls):
del cls.data_portal
del cls.adjustments_reader
cls.tempdir.cleanup()
@classmethod