mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-09 11:19:23 +08:00
TST: Adds tearDownClass methods to delete TradingEnvironments
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user