@ -173,9 +173,10 @@ def generate(plan_name: str):
|
||||
def setUp(self):
|
||||
return super().setUp()
|
||||
|
||||
def tearDown(self):
|
||||
self.conformance.exporthtml(self.plan_id, Path(__file__).parent / "exports")
|
||||
return super().tearDown()
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
super().tearDown()
|
||||
cls.conformance.exporthtml(cls.plan_id, Path(__file__).parent / "exports")
|
||||
|
||||
for test in test_plan["modules"]:
|
||||
setattr(
|
||||
|
Reference in New Issue
Block a user