diff --git a/tests/test_commands.py b/tests/test_commands.py index 8838bb3b..d0dee4ec 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -8,6 +8,7 @@ gv = WestCommand._parse_git_version + def test_parse_git_version(): # White box test for git parsing behavior. assert gv(b'git version 2.25.1\n') == (2, 25, 1)