Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datacamp/pythonwhat
/ test_equality_challenges
Function
test_equality_challenges
tests/test_check_object.py:234–236 ·
view source on GitHub ↗
(stu, sol)
Source
from the content-addressed store, hash-verified
232
],
233
)
234
def
test_equality_challenges(stu, sol):
235
s = setup_state(stu, sol)
236
s.check_object(
"x"
).has_equal_value()
237
238
239
def
test_equality_challenge_2():
Callers
nothing calls this directly
Calls
1
setup_state
Function · 0.90
Tested by
no test coverage detected