MCPcopy Create free account
hub / github.com/ipython/ipython / test_smoketest_aimport

Method test_smoketest_aimport

tests/test_zzz_autoreload.py:855–856  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

_check_smoketestMethod · 0.95

Tested by

no test coverage detected