示例#1
0
def test_guess_model_path_without_model_file(paths):
    assert guess_model_path(paths) is None
示例#2
0
def test_guess_model_path_with_model_file(paths):
    assert "mymodel.model.yml" == guess_model_path(paths)