(self)
| 856 | self._check_smoketest(use_aimport=True) |
| 857 | |
| 858 | def test_smoketest_autoreload(self): |
| 859 | self._check_smoketest(use_aimport=False) |
| 860 | |
| 861 | def test_autoreload_with_user_defined_In_variable(self): |
| 862 | """ |
nothing calls this directly
no test coverage detected