docs: output generated sources under docs/lib and docs/mcp
This commit is contained in:
@@ -11,7 +11,7 @@ def test_mcp_build(cli_runner):
|
||||
(pkg / "__init__.py").write_text("")
|
||||
(pkg / "mod.py").write_text("def f(): ...\n")
|
||||
|
||||
out_dir = cwd / "mcp_docs"
|
||||
out_dir = cwd / "docs" / "mcp"
|
||||
|
||||
result = cli_runner.invoke(
|
||||
cli,
|
||||
@@ -20,8 +20,6 @@ def test_mcp_build(cli_runner):
|
||||
"--mcp",
|
||||
"--module",
|
||||
"testpkg",
|
||||
"--out-dir",
|
||||
str(out_dir),
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user