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

Function verify_sct

tests/helper.py:101–106  ·  view source on GitHub ↗
(correct)

Source from the content-addressed store, hash-verified

99
100@contextmanager
101def verify_sct(correct):
102 if correct:
103 yield
104 else:
105 with pytest.raises(TF):
106 yield
107
108
109def test_lines(test, sct_payload, ls, le, cs, ce):

Callers 3

test_urlopen_in_processFunction · 0.90

Calls

no outgoing calls

Tested by 3

test_urlopen_in_processFunction · 0.72