MCPcopy Create free account
hub / github.com/SplootCode/splootcode / testHelloName

Method testHelloName

python/tests/test_convert_ast.py:77–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 })
76
77 def testHelloName(self):
78 self.maxDiff = None
79 fileNode = splootFromPython(HELLO_NAME_CODE)
80 self.assertEqual(fileNode, HELLO_NAME_SPLOOT)
81
82 def testFunction(self):
83 self.maxDiff = None

Callers

nothing calls this directly

Calls 1

splootFromPythonFunction · 0.90

Tested by

no test coverage detected