feat(tests): add unit tests for shared utilities

This commit is contained in:
dw-0
2026-07-03 20:57:28 +02:00
parent a42b730688
commit 7b5522ac94
12 changed files with 2095 additions and 4 deletions
+1 -1
View File
@@ -33,5 +33,5 @@ warn_unreachable = true
[tool.pytest.ini_options]
minversion = "8.2.1"
testpaths = ["kiauh/core/simple_config_parser/tests"]
testpaths = ["kiauh/core/simple_config_parser/tests", "kiauh/utils/tests"]
pythonpath = ["kiauh"]