Skip to content

Commit

Permalink
more robust failure test
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Nov 11, 2024
1 parent 6f36a86 commit f00b3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_cli_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_cli_command_success(
"command",
[
"luxonis_train train --config nonexistent.yaml",
"luxonis_train test --config nonexistent.yaml --view invalid",
"luxonis_train test --config tests/configs/cli_commands.yaml --view invalid",
"luxonis_train export --config nonexistent.yaml",
"luxonis_train inspect --config nonexistent.yaml --view train --size-multiplier -1.0",
"luxonis_train archive --config nonexistent.yaml",
Expand Down

0 comments on commit f00b3a9

Please sign in to comment.