standardize packaging, tooling, docs, CI, and licensing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from pathlib import Path
|
||||
|
||||
from docforge import MkDocsRenderer
|
||||
from docforge.models import Project, Module
|
||||
from docforge.models import Module, Project
|
||||
|
||||
|
||||
def test_mkdocs_file_content(tmp_path: Path):
|
||||
@@ -47,4 +47,4 @@ def test_generate_readme_source_root(tmp_path: Path):
|
||||
content = readme.read_text()
|
||||
|
||||
assert "# testpkg" in content
|
||||
assert "Test package documentation." in content
|
||||
assert "Test package documentation." in content
|
||||
|
||||
Reference in New Issue
Block a user