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_idempotent(tmp_path: Path):
|
||||
@@ -50,4 +50,4 @@ def test_generate_readme_idempotent(tmp_path: Path):
|
||||
|
||||
second = readme.read_text()
|
||||
|
||||
assert first == second
|
||||
assert first == second
|
||||
|
||||
Reference in New Issue
Block a user