Skip to content
Snippets Groups Projects
metobsapi_development.py 259 B
"""Fake configuration options for testing."""
from metobsapi.util import FAKE_ARCHIVE_PATH, create_fake_archive
from metobsapi.util.file_responses import ARCHIVE_INFO

create_fake_archive(ARCHIVE_INFO, root=FAKE_ARCHIVE_PATH)
ARCHIVE_ROOT = FAKE_ARCHIVE_PATH