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