dashboard
repositories
filestore
activity
search
login
geoai
/
geoai-workbench
geoai-所有demo基础仓
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: 说明修改
罗广辉
4 days ago
2402f64ceea4d8fdf472bba83bfafefbda99e3e2
[geoai/geoai-workbench.git]
/
tests
/
test_paths.py
1
2
3
4
5
from geoai_common.paths import DATA_DIR, MODEL_DIR, OUTPUT_DIR
def test_shared_paths_are_distinct() -> None:
assert len({DATA_DIR, MODEL_DIR, OUTPUT_DIR}) == 3