(self)
| 160 | self.assertEqual(spec, actual) |
| 161 | |
| 162 | def test_failure(self): |
| 163 | spec = self.find('<not real>') |
| 164 | self.assertIsNone(spec) |
| 165 | |
| 166 | def test_not_using_frozen(self): |
| 167 | finder = self.machinery.FrozenImporter |
nothing calls this directly
no test coverage detected