Skip to content

Commit e4ddee5

Browse files
Charles Shortportante
authored andcommitted
Add unit tests for pbench-clear-tools
Signed-off-by: Charles Short <[email protected]>
1 parent 95467c2 commit e4ddee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbench/test/functional/agent/cli/commands/tools/test_clear_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22

33

4-
def test_clear_tools_help():
4+
def test_pbench_clear_tools_help():
55
command = ["pbench-clear-tools", "--help"]
66
out, err, exitcode = pytest.helpers.capture(command)
77
assert b"Usage: pbench-clear-tools [OPTIONS]" in out

0 commit comments

Comments
 (0)