MCPcopy Index your code
hub / github.com/python/cpython / test_clinic_1

Method test_clinic_1

Lib/test/test_clinic.py:981–1000  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

979 self.assertEqual(output, computed)
980
981 def test_clinic_1(self):
982 self._test_clinic("""
983 verbatim text here
984 lah dee dah
985/*[copy input]
986def
987[copy start generated code]*/
988abc
989/*[copy end generated code: output=03cfd743661f0797 input=7b18d017f89f61cf]*/
990xyz
991""", """
992 verbatim text here
993 lah dee dah
994/*[copy input]
995def
996[copy start generated code]*/
997def
998/*[copy end generated code: output=7b18d017f89f61cf input=7b18d017f89f61cf]*/
999xyz
1000""")
1001
1002
1003class ClinicParserTest(TestCase):

Callers

nothing calls this directly

Calls 1

_test_clinicMethod · 0.95

Tested by

no test coverage detected