feat: use settings for paths in cli and add tests
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user