Add tests for the Python project documentation generator

This commit is contained in:
2026-04-27 22:17:29 +02:00
parent ce244df494
commit 3315448fc5
17 changed files with 554 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "jcloud-docsgen"
version = "0.1.0"
description = "A project documentation generator"
dependencies = ["docstring-parser"]
dependencies = ["docstring-parser", "pytest-dir-equal"]
license = "Apache-2.0"
[project.scripts]