File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ Python tests located in src/python_testing
25
25
- default controller (self.default_controller) of type ChipDeviceCtrl
26
26
- MatterBaseTest inherits from the Mobly BaseTestClass
27
27
- Test function(s) (start with test\_ ) and are all run automatically
28
- - To run in the test harness, the test name must be test * TC_PICSCODE * #\_ #
28
+ - To run in the test harness, the test name must be test_TC_PICSCODE \_ #\_ #
29
29
- more information about integration with the test harness can be
30
- found in [ Test Harness] ( #TestHarness )
30
+ found in [ Test Harness helpers ] ( #test-harness-helpers ) section
31
31
- any tests that use async function (read / write / commands) should be
32
32
decorated with the @async_test_body decorator
33
33
- Use ChipDeviceCtrl to interact with the DUT
You can’t perform that action at this time.
0 commit comments