(self)
| 128 | 0, 1)) |
| 129 | |
| 130 | def test_magic_number(self): |
| 131 | # Test a change in mtime leads to a new .pyc. |
| 132 | self.recreation_check(b'\0\0\0\0') |
| 133 | |
| 134 | def test_compile_files(self): |
| 135 | # Test compiling a single file, and complete directory |
nothing calls this directly
no test coverage detected