We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e063d commit 4a35fc2Copy full SHA for 4a35fc2
src/python_testing/TC_CADMIN_1_3_4.py
@@ -345,8 +345,7 @@ async def test_TC_CADMIN_1_4(self):
345
await self.combined_commission_val_steps(commission_type="BCM")
346
347
348
-global __test_class__
349
-__test_class__ = TC_CADMIN
350
-
351
if __name__ == "__main__":
+ # This makes the test class discoverable by the test runner
+ __test_class__ = TC_CADMIN
352
default_matter_test_main()
0 commit comments