Home | History | Annotate | Download | only in test

Lines Matching refs:pyc

21             name + os.extsep + "pyc",
66 pyc = TESTFN + "$py.class"
68 pyc = TESTFN + os.extsep + "pyc"
94 self.fail("import from .pyc/.pyo failed: %s" % err)
96 unlink(pyc)
114 # Issue 6070: under posix .pyc files got their execute bit set if
129 "either a .pyc or .pyo file")
143 # a read only source file resulted in a read only pyc file, which
151 # Tweak the mtime of the source to ensure pyc gets updated later
164 # Now delete the source file and check the pyc was rewritten
205 # Compile & remove .py file, we only need .pyc (or .pyo).
354 # The pyc file was created.
361 # Test for issue #13863: .pyc timestamp sometimes incorrect on Windows.
379 # Generate the .pyc/o file; if it couldn't be created
384 self.skipTest("Couldn't create .pyc/.pyo file.")
389 # mtime that was encoded in the .pyc file.
404 # and the .pyc file are renamed).