Home
last modified time | relevance | path

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

/development/tools/otagui/
Dtest_ota_interface.py85 test_dict = {'id': self.test_id,
100 for key, value in test_dict.items():
109 test_dict = {'id': self.test_id,
125 for key, value in test_dict.items():
141 test_dict = {'id': self.test_id,
160 for key, value in test_dict.items():
174 test_dict['stderr'] = 'mock output'
175 test_dict['stdout'] = 'mock output'
176 for key, value in test_dict.items():
/development/vndk/tools/sourcedr/blueprint/tests/
Dtest_ast.py284 def test_dict(self): member in DictTest