Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datacamp/pythonwhat
/ test_set_env_fail
Function
test_set_env_fail
tests/test_set_env.py:26–28 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
24
25
26
def
test_set_env_fail(state):
27
with
helper.verify_sct(False):
28
state.multi(set_env(x=4), set_env(y=5).has_equal_value(name=
"x"
))
29
30
31
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
1
set_env
Function · 0.85
Tested by
no test coverage detected