aboutsummaryrefslogtreecommitdiff
path: root/tests/test_cli_main.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cli_main.py')
-rw-r--r--tests/test_cli_main.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/test_cli_main.py b/tests/test_cli_main.py
index 78adc53..4b16ac5 100644
--- a/tests/test_cli_main.py
+++ b/tests/test_cli_main.py
@@ -250,6 +250,21 @@ def test_default_command(monkeypatch: pytest.MonkeyPatch, tmp_path: Path) -> Non
evaluate_on=["some_backend"],
),
],
+ [
+ [
+ "operators",
+ "sample_model.h5",
+ "--target-profile",
+ "cortex-a",
+ ],
+ call(
+ ctx=ANY,
+ target_profile="cortex-a",
+ model="sample_model.h5",
+ output=None,
+ supported_ops_report=False,
+ ),
+ ],
],
)
def test_commands_execution(