from pathlib import Path

TEST_CONF_ENV = {
    'key1': 'val1',
    'key2': None,
    'key3': Path('val3'),
}
