Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_copy_reg.py33 class CopyRegTestCase(unittest.TestCase): class
127 test_support.run_unittest(CopyRegTestCase)
/external/python/cpython3/Lib/test/
Dtest_copyreg.py32 class CopyRegTestCase(unittest.TestCase): class