MCPcopy Index your code
hub / github.com/idank/explainshell / _make_raw

Function _make_raw

tests/test_store.py:12–18  ·  view source on GitHub ↗

Build a minimal RawManpage for test use.

()

Source from the content-addressed store, hash-verified

10
11
12def _make_raw():
13 """Build a minimal RawManpage for test use."""
14 return RawManpage(
15 source_text="test manpage content",
16 generated_at=datetime.datetime(2025, 1, 1, tzinfo=datetime.timezone.utc),
17 generator="test",
18 )
19
20
21@pytest.fixture

Calls 1

RawManpageClass · 0.90

Tested by

no test coverage detected