Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
Smartappli authored Jan 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 87c18f9 commit 19baeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
@@ -30,6 +30,6 @@ def check_model_availability(repo, filename):
model_data = load_model_data(test_dir.parent / "all/models.json")
checks = list(flatten_model_data(model_data))


@pytest.mark.parametrize("repo,filename", checks)
def test_model_available(repo, filename):
assert check_model_availability(repo, filename), f"Model {repo}/{filename} not available"

0 comments on commit 19baeb3

Please sign in to comment.