Home | History | Annotate | Download | only in test

Lines Matching refs:fname

439             for fname in fnames:
440 zipfp.writestr(fname, content)
443 for fname in fnames:
444 writtenfile = zipfp.extract(fname)
447 correctfile = os.path.join(os.getcwd(), fname)