Searched refs:testzip (Results 1 – 12 of 12) sorted by relevance
54 ' > $TEST_TMPDIR/testzip.proto57 --cpp_out=$TEST_TMPDIR/testzip.zip --python_out=$TEST_TMPDIR/testzip.zip \58 --java_out=$TEST_TMPDIR/testzip.jar -I$TEST_TMPDIR testzip.proto \63 $UNZIP -t $TEST_TMPDIR/testzip.zip > $TEST_TMPDIR/testzip.list \66 grep 'testing: testzip\.pb\.cc *OK$' $TEST_TMPDIR/testzip.list > /dev/null \68 grep 'testing: testzip\.pb\.h *OK$' $TEST_TMPDIR/testzip.list > /dev/null \70 grep 'testing: testzip_pb2\.py *OK$' $TEST_TMPDIR/testzip.list > /dev/null \72 grep -i 'manifest' $TEST_TMPDIR/testzip.list > /dev/null \79 if $JAR c $TEST_TMPDIR/testzip.proto > /dev/null; then80 $JAR tf $TEST_TMPDIR/testzip.jar > $TEST_TMPDIR/testzip.list \[all …]
73 src/testzip.*
116 zipfp.testzip()742 zipfp.testzip()1063 self.assertRaises(RuntimeError, zipf.testzip)1189 self.assertEqual('afile', zipf.testzip())1289 self.assertIsNone(zipf.testzip())
60 testzip.jar testzip.list testzip.proto testzip.zip \
891 def testzip(self): member in ZipFile1502 badfile = zf.testzip()
2594 def testzip(self): member in TarFileCompat
273 .. method:: ZipFile.testzip()277 :meth:`testzip` on a closed ZipFile will raise a :exc:`RuntimeError`.
121 zipfp.testzip()745 zipfp.testzip()1740 self.assertRaises(ValueError, zipf.testzip)1960 self.assertIsNone(zipf.testzip())2051 self.assertEqual('afile', zipf.testzip())
378 .. method:: ZipFile.testzip()384 Calling :meth:`testzip` on a closed ZipFile will raise a
1412 def testzip(self): member in ZipFile2387 badfile = zf.testzip()
4061 - ZipFile.testzip() now only traps BadZipfile exceptions. Previously,
21445 - ZipFile.testzip() now only traps BadZipfile exceptions. Previously,