Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/edmar/whenx
/ captain
Function
captain
tests/test_captain.py:6–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
@fixture
6
def
captain():
7
mission =
"when Haruki Murakami releases a new book, write a report about it."
8
captain = Captain(mission)
9
yield
captain
10
11
12
def
test_run(captain):
Callers
nothing calls this directly
Calls
1
Captain
Class · 0.90
Tested by
no test coverage detected