MCPcopy Index your code
hub / github.com/datacamp/pythonwhat / test_function_parser

Function test_function_parser

tests/test_check_function.py:270–273  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

268 ],
269)
270def test_function_parser(code):
271 p = FunctionParser()
272 p.visit(ast.parse(code))
273 assert "round" in p.out
274
275
276def test_check_function_parser_mappings_1():

Callers

nothing calls this directly

Calls 2

FunctionParserClass · 0.90
parseMethod · 0.45

Tested by

no test coverage detected