Home | History | Annotate | Download | only in test

Lines Matching refs:is_zipfile

851         """Check that is_zipfile() correctly identifies non-zip files."""
855 chk = zipfile.is_zipfile(TESTFN)
859 chk = zipfile.is_zipfile(fp)
864 chk = zipfile.is_zipfile(fp)
867 chk = zipfile.is_zipfile(fp)
885 """Check that is_zipfile() correctly identifies zip files."""
889 chk = zipfile.is_zipfile(TESTFN)
893 chk = zipfile.is_zipfile(fp)
900 chk = zipfile.is_zipfile(fp)
903 chk = zipfile.is_zipfile(fp)