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

Function test_f_from_func

tests/test_spec.py:426–427  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

424
425
426def test_f_from_func(f):
427 assert f("a") == "ab"
428
429
430def test_f_sct_copy_kw(addx):

Callers

nothing calls this directly

Calls 1

fFunction · 0.85

Tested by

no test coverage detected