MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_issue8225

Method test_issue8225

Lib/test/test_pydoc/test_pydoc.py:476–479  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

474 self.assertIn('xml.etree.elementtree', doc_link)
475
476 def test_issue8225(self):
477 # Test issue8225 to ensure no doc link appears for xml.etree
478 result, doc_loc = get_pydoc_text(xml.etree)
479 self.assertEqual(doc_loc, "", "MODULE DOCS incorrectly includes a link")
480
481 def test_online_docs_link(self):
482 import encodings.idna

Callers

nothing calls this directly

Calls 2

get_pydoc_textFunction · 0.85
assertEqualMethod · 0.45

Tested by

no test coverage detected