9 lines
141 B
Python
9 lines
141 B
Python
from config.paths import paths
|
|
|
|
|
|
def test_paths():
|
|
"""
|
|
Will fail when paths is imported if a path is invalid
|
|
"""
|
|
assert True
|