Skip to content

Commit

Permalink
remove test training
Browse files Browse the repository at this point in the history
  • Loading branch information
falibabaei committed Dec 20, 2024
1 parent 7f253f0 commit 6e02898
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 117 deletions.
2 changes: 1 addition & 1 deletion tests/test_predictions/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def input_files(model_name):
return options


@pytest.fixture(scope="module", params=[model_names[0]])
@pytest.fixture(scope="module", params=model_names)
def model_name(request):
"""Fixture to provide the model_name argument to api.predict."""

Expand Down
76 changes: 0 additions & 76 deletions tests/test_training/conftest.py

This file was deleted.

40 changes: 0 additions & 40 deletions tests/test_training/test_requirements.py

This file was deleted.

0 comments on commit 6e02898

Please sign in to comment.