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

Method test

IPython/testing/decorators.py:60–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 """Decorator to make a simple function into a normal test via unittest."""
59 class Tester(unittest.TestCase):
60 def test(self):
61 func()
62
63 Tester.__name__ = func.__name__
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected