Skip to content

Commit 91dd73f

Browse files
committed
expose test class to module globals
1 parent d544079 commit 91dd73f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/python_testing/TC_CADMIN_1_3_4.py

+2
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,8 @@ async def test_TC_CADMIN_1_3(self):
325325
async def test_TC_CADMIN_1_4(self):
326326
await self.combined_commission_val_steps(commission_type="BCM")
327327

328+
global __test_class__
329+
__test_class__ = TC_CADMIN
328330

329331
if __name__ == "__main__":
330332
default_matter_test_main()

0 commit comments

Comments
 (0)