Home
last modified time | relevance | path

Searched refs:is_special (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/
A Drun-tests67 def run_micropython(pyb, args, test_file, is_special=False): argument
78 is_special = True
80 if is_special:
173 if not is_special and e.args[0] == 'exception':
183 if not is_special and e.args[0] == 'exception':
195 if is_special or test_file in special_tests:
241 return run_micropython(pyb, args, base_path("feature_check", test_file), is_special=True)

Completed in 3 milliseconds