TST: Adds tearDownClass methods to delete TradingEnvironments

This commit is contained in:
jfkirk
2015-09-10 11:53:29 -04:00
parent 65a4c4523e
commit 6e6ef447d2
23 changed files with 155 additions and 42 deletions
+4
View File
@@ -144,6 +144,10 @@ class TransformTestCase(TestCase):
)),
}
@classmethod
def tearDownClass(cls):
del cls.env
def tearDown(self):
"""
Each test consumes a source, we need to rewind it.