Home
last modified time | relevance | path

Searched refs:test_zipfile (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Lib/test/ziptestdata/
DREADME.md1 # Test data for `test_zipfile`
/external/python/cpython3/Lib/test/
Dtest_multiprocessing_main_handling.py220 def test_zipfile(self): member in MultiProcessingCmdLineMixin
Dtest_cmd_line_script.py268 def test_zipfile(self): member in CmdLineTest
Dtest_runpy.py709 def test_zipfile(self): member in RunPathTestCase
/external/python/cpython2/Lib/test/
Dtest_cmd_line_script.py130 def test_zipfile(self): member in CmdLineTest
Dtest_runpy.py390 def test_zipfile(self): member in RunPathTest
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b1.rst772 test_zipfile no longer fails if the word 'bad' appears anywhere in the name
D3.9.0a4.rst711 Skip test_zipfile.test_add_file_after_2107() if :func:`time.localtime` fails
/external/python/cpython2/
DMakefile.pre.in897 test_select test_zipfile
/external/python/cpython3/
DMakefile.pre.in1230 test_select test_zipfile test_concurrent_futures
/external/python/cpython3/Misc/
DHISTORY864 - Issue #21520: test_zipfile no longer fails if the word 'bad' appears
5987 - Issue #17944: test_zipfile now discoverable and uses subclassing to
11474 - Issue #8886: Use context managers throughout test_zipfile. Patch by Eric