Exemplo n.º 1
0
def test_guess_model_path_without_model_file(paths):
    assert guess_model_path(paths) is None
Exemplo n.º 2
0
def test_guess_model_path_with_model_file(paths):
    assert "mymodel.model.yml" == guess_model_path(paths)