Searched defs:test_getdata_zipfile (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_pkgutil.py53 def test_getdata_zipfile(self): member in class:PkgutilTests
54 zip = 'test_getdata_zipfile.zip'
55 pkg = 'test_getdata_zipfile'
/external/python/cpython3/Lib/test/
H A Dtest_pkgutil.py58 def test_getdata_zipfile(self): member in class:PkgutilTests
59 zip = 'test_getdata_zipfile.zip'
60 pkg = 'test_getdata_zipfile'
87 self.assertEqual(names, ['test_getdata_zipfile'])

Completed in 42 milliseconds