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

Class DocFileCase

IPython/testing/plugin/ipdoctest.py:590–594  ·  view source on GitHub ↗

Overrides to provide filename

Source from the content-addressed store, hash-verified

588
589
590class DocFileCase(doctest.DocFileCase):
591 """Overrides to provide filename
592 """
593 def address(self):
594 return (self._dt_test.filename, None, None)
595
596
597class ExtensionDoctest(doctests.Doctest):

Callers 1

loadTestsFromFileMethod · 0.85

Calls

no outgoing calls

Tested by 1

loadTestsFromFileMethod · 0.68