Home | History | Annotate | Download | only in test

Lines Matching full:file1

396         self.file1_path = os.path.join(self.cgi_dir, 'file1.py')
397 with open(self.file1_path, 'w') as file1:
398 file1.write(cgi_file1 % self.pythonexe)
431 'cgi-bin/file1.py': '/cgi-bin/file1.py',
432 '/cgi-bin/file1.py': '/cgi-bin/file1.py',
464 res = self.request('/cgi-bin/file1.py')
483 res = self.request('/cgi-bin/file1.py', 'GET', headers=headers)
489 res = self.request('cgi-bin/file1.py')
496 res = self.request('/cgi-bin/file1.py')