Skip to content

Commit

Permalink
tests: Deal with no_send_results_to_leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Nov 20, 2023
1 parent bfeb1c4 commit 964a0bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def test_cli_param_names(params):
"country_code",
"no_progress_bar",
"no_save_results",
"no_send_results_to_leaderboard",
"raise_error_on_invalid_model",
"cache_dir",
"prefer_device",
Expand All @@ -41,6 +42,7 @@ def test_cli_param_types(params):
assert isinstance(params["country_code"], Choice)
assert params["no_progress_bar"] == BOOL
assert params["no_save_results"] == BOOL
assert params["no_send_results_to_leaderboard"] == BOOL
assert params["raise_error_on_invalid_model"] == BOOL
assert params["cache_dir"] == STRING
assert isinstance(params["prefer_device"], Choice)
Expand Down

0 comments on commit 964a0bd

Please sign in to comment.