MCPcopy Create free account
hub / github.com/datacamp/pythonwhat / test_numpy_builtins

Function test_numpy_builtins

tests/test_signatures.py:115–120  ·  view source on GitHub ↗
(name, values, arguments)

Source from the content-addressed store, hash-verified

113 ],
114)
115def test_numpy_builtins(name, values, arguments):
116 code = "%s(%s)" % (name, values)
117 s = setup_state(code, code, pec="import numpy")
118 fun_state = s.check_function(name)
119 for arg in arguments:
120 fun_state.check_args(arg).has_equal_value()
121
122
123def test_math_builtins():

Callers

nothing calls this directly

Calls 1

setup_stateFunction · 0.90

Tested by

no test coverage detected