From 5ab7c9b2479b503008c85f02151ba70a474db612 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Wed, 22 Feb 2023 10:51:00 +0100 Subject: tests: test_commands: Add a test for --help A very primitive CLI test that can also find problems. Signed-off-by: Erik Skultety --- tests/test_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_commands.py b/tests/test_commands.py index 409c86a..e73adfa 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -11,6 +11,7 @@ from pathlib import Path cli_args = [ + ["--help"], ["targets"], ["projects"], ["variables", "almalinux-8", "osinfo-db-tools"], -- cgit v1.1