Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/tests/
A Drun-internalbench.py22 def run_tests(pyb, test_dict): argument
26 for base_test, tests in sorted(test_dict.items()):
95 test_dict = defaultdict(lambda: [])
100 test_dict[m.group(1)].append([t, None])
102 if not run_tests(pyb, test_dict):

Completed in 3 milliseconds