Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datacamp/pythonwhat
/ test_f_from_state_dec
Function
test_f_from_state_dec
tests/test_spec.py:465–469 ·
view source on GitHub ↗
(addx)
Source
from the content-addressed store, hash-verified
463
464
465
def
test_f_from_state_dec(addx):
466
dec_addx = state_dec(addx)
467
f = dec_addx(x=
"x"
)
468
isinstance(f, LazyChain)
469
assert f(
"state"
) ==
"statex"
470
471
472
@pytest.fixture
Callers
nothing calls this directly
Calls
1
f
Function · 0.85
Tested by
no test coverage detected