D | betocq_test_suite.py | 64 def __init__(self, runner, config): argument 65 super().__init__(runner, config) 68 def enable_test_class(self, clazz, config=None): argument 79 self._enabled_test_classes[clazz] = config 89 test_class, config=self._enabled_test_classes[test_class], tests=tests 92 def setup_suite(self, config): argument 95 config.user_params 132 config = self._config.copy() 133 config.user_params['wifi_channel'] = 6 138 config=config, [all …]
|