Home
last modified time | relevance | path

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

/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_tester.py224 test_items = [1, 2, 3, 4, 5]
227 bss.all_items = test_items
235 self.assertEquals(bss2.all_items, test_items)
/external/python/cpython2/Lib/test/
Dmapping_tests.py159 def test_items(self): member in BasicTestMappingProtocol
339 def test_items(self): member in TestMappingProtocol
340 BasicTestMappingProtocol.test_items(self)
Dtest_cfgparser.py390 def test_items(self): member in ConfigParserTestCase
464 def test_items(self): member in RawConfigParserTestCase
Dtest_dict.py51 def test_items(self): member in DictTest
Dtest_mailbox.py225 def test_items(self): member in TestMailbox