Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aosabook/500lines
/ test_fail
Method
test_fail
ci/code/tests/test_fail.py:5–6 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3
class
TestFileFail(unittest.TestCase):
4
5
def
test_fail(self):
6
self.fail(
"I will fail"
)
Callers
nothing calls this directly
Calls
1
fail
Method · 0.80
Tested by
no test coverage detected