MCPcopy 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
6def captain():
7 mission = "when Haruki Murakami releases a new book, write a report about it."
8 captain = Captain(mission)
9 yield captain
10
11
12def test_run(captain):

Callers

nothing calls this directly

Calls 1

CaptainClass · 0.90

Tested by

no test coverage detected