Home | History | Annotate | Download | only in test

Lines Matching refs:test_pyc

43 test_pyc = make_pyc(test_co, NOW)
144 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
149 TESTMOD + pyc_ext: (NOW, test_pyc)}
158 m0 = ord(test_pyc[0])
160 badmagic_pyc = chr(m0) + test_pyc[1:]
167 m0 = ord(test_pyc[0])
169 badmagic_pyc = chr(m0) + test_pyc[1:]
179 t3 = ord(test_pyc[7])
182 badtime_pyc = test_pyc[:7] + chr(t3) + test_pyc[8:]
189 files = {packdir + "__init__" + pyc_ext: (NOW, test_pyc),
190 packdir + TESTMOD + pyc_ext: (NOW, test_pyc)}
196 files = {packdir + "__init__" + pyc_ext: (NOW, test_pyc),
197 packdir2 + "__init__" + pyc_ext: (NOW, test_pyc),
198 packdir2 + TESTMOD + pyc_ext: (NOW, test_pyc)}
204 files = {packdir + "__init__" + pyc_ext: (NOW, test_pyc),
205 packdir2 + "__init__" + pyc_ext: (NOW, test_pyc),
206 packdir2 + TESTMOD + pyc_ext: (NOW, test_pyc)}
249 files = {packdir2 + "__init__" + pyc_ext: (NOW, test_pyc),
250 packdir2 + TESTMOD + pyc_ext: (NOW, test_pyc)}