MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / test_func_equal_args

Function test_func_equal_args

tests/python/test_functions.py:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def test_func_equal_args():
17 def f(a, b):
18 return [a, b]
19 assert [1, 2] == pm.eval("(f) => f(1, 2)")(f)
20
21
22def test_func_too_few_args():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected