feat: use settings for paths in cli and add tests

This commit is contained in:
Benjamin Labrecque
2026-07-22 09:30:40 +02:00
parent 76aab08c1e
commit e324e3abed
7 changed files with 113 additions and 30 deletions
+8
View File
@@ -0,0 +1,8 @@
from config.paths import paths
def test_paths():
"""
Will fail when paths is imported if a path is invalid
"""
assert True