Skip to content

Commit 215404c

Browse files
authored
Add assertion for command help output in tests
1 parent 05a9ba8 commit 215404c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/test_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def test_list_command():
7171
assert "pwd - Print working directory." in result.stdout
7272
assert "cat - Concatenate and display files." in result.stdout
7373

74+
7475
def test_version_command():
7576
"""Test the version command"""
7677
result = subprocess.run(

0 commit comments

Comments
 (0)