Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_multiprocessing_main_handling.py220 def test_zipfile(self): member in MultiProcessingCmdLineMixin
Dtest_cmd_line_script.py255 def test_zipfile(self): member in CmdLineTest
Dtest_runpy.py699 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
/external/python/cpython2/
DMakefile.pre.in897 test_select test_zipfile
/external/python/cpython3/
DMakefile.pre.in1105 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