Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetretto committed Jan 14, 2025
1 parent ed44d30 commit 07918ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/db/cli/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ def test_std_operations(
run_check_cli(
["runner", "info"],
required_out=[*info_required, "hostname", "last_pinged"],
excluded_out="processes_info",
)

run_check_cli(
["runner", "info", "-v"],
required_out=[*info_required, "hostname", "last_pinged", "processes_info"],
)

run_check_cli(
Expand Down

0 comments on commit 07918ed

Please sign in to comment.