dota2tuned / tests /test_config.py
b3hr0uz's picture
feat: add Dota 2 hackathon scaffold
0caf2ba
Raw
History Blame Contribute Delete
197 Bytes
from dota2tuned.config import get_settings
def test_settings_paths_are_created():
settings = get_settings()
assert settings.raw_data_dir.exists()
assert settings.parquet_dir.exists()