Example #1
0
def app_data_dir():
    return get_data_dir('app')
Example #2
0
def data_dir(installer):
    return get_data_dir(installer, 'platform')
Example #3
0
def data_dir():
    return get_data_dir('platform')
Example #4
0
def data_dir(installer):
    return get_data_dir(installer, APP)
Example #5
0
def app_data_dir(installer):
    return get_data_dir(installer, 'app')
Example #6
0
def platform_data_dir(installer):
    return get_data_dir(installer, 'platform')
Example #7
0
def data_dir():
    return get_data_dir(APP)
Example #8
0
def test_api_data_path(data_dir):
    response = get_data_dir('platform')
    assert data_dir in response, response
Example #9
0
def data_dir():
    return get_data_dir('mail')
Example #10
0
def platform_data_dir():
    return get_data_dir('platform')