Home | History | Annotate | Download | only in test

Lines Matching refs:is_zipfile

973         """Check that is_zipfile() correctly identifies non-zip files."""
977 chk = zipfile.is_zipfile(TESTFN)
981 chk = zipfile.is_zipfile(fp)
986 chk = zipfile.is_zipfile(fp)
989 chk = zipfile.is_zipfile(fp)
1007 """Check that is_zipfile() correctly identifies zip files."""
1011 chk = zipfile.is_zipfile(TESTFN)
1015 chk = zipfile.is_zipfile(fp)
1022 chk = zipfile.is_zipfile(fp)
1025 chk = zipfile.is_zipfile(fp)