Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_range.py590 test_tuples = list(map(tuple, test_ranges))
595 tuples_eq = [a == b for a in test_tuples for b in test_tuples]
Dtest_raise.py466 def test_tuples(self): member in TestRemovedFunctionality
Dtest_gdb.py395 def test_tuples(self): member in PrettyPrintTests
/external/python/cpython2/Lib/test/
Dtest_gdb.py322 def test_tuples(self): member in PrettyPrintTests