Exemple #1
0
def test_db_config_path(test_mp_use_db_config_path):
    test_mp = test_mp_use_db_config_path
    scenario = test_mp.scenario_list(model='Douglas Adams')['scenario']
    assert scenario[0] == 'Hitchhiker'
Exemple #2
0
def test_scen_list(test_mp):
    scenario = test_mp.scenario_list(model='Douglas Adams')['scenario']
    assert scenario[0] == 'Hitchhiker'
Exemple #3
0
def test_default_dbprops_file(test_mp_use_default_dbprops_file):
    test_mp = test_mp_use_default_dbprops_file
    scenario = test_mp.scenario_list(model='Douglas Adams')['scenario']
    assert scenario[0] == 'Hitchhiker'