diff options
author | Erik Skultety <eskultet@redhat.com> | 2023-02-22 10:51:00 +0100 |
---|---|---|
committer | Erik Skultety <eskultet@redhat.com> | 2023-02-22 14:45:30 +0100 |
commit | 5ab7c9b2479b503008c85f02151ba70a474db612 (patch) | |
tree | a5953f70e7f2b8fe7dc4e09111aed10655ae2cc1 | |
parent | eba48970cb2122f26b0074b87ac58157b51896b1 (diff) | |
download | libvirt-ci-5ab7c9b2479b503008c85f02151ba70a474db612.zip libvirt-ci-5ab7c9b2479b503008c85f02151ba70a474db612.tar.gz libvirt-ci-5ab7c9b2479b503008c85f02151ba70a474db612.tar.bz2 |
tests: test_commands: Add a test for --help
A very primitive CLI test that can also find problems.
Signed-off-by: Erik Skultety <eskultet@redhat.com>
-rw-r--r-- | tests/test_commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
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"], |