Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ test_func_too_few_args
Function
test_func_too_few_args
tests/python/test_functions.py:22–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
22
def
test_func_too_few_args():
23
def
f(a, b):
24
return
[a, b]
25
assert [1, None] == pm.eval(
"(f) => f(1)"
)(f)
26
27
28
def
test_default_func_no_args():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected