(self)
| 853 | self.assertEqual(mod.x, -99) |
| 854 | |
| 855 | def test_smoketest_aimport(self): |
| 856 | self._check_smoketest(use_aimport=True) |
| 857 | |
| 858 | def test_smoketest_autoreload(self): |
| 859 | self._check_smoketest(use_aimport=False) |
nothing calls this directly
no test coverage detected