Skip to content

Commit

Permalink
tests: Format test_commands.py
Browse files Browse the repository at this point in the history
Formatting test_commands.py is trivial.

Signed-off-by: Pieter De Gendt <[email protected]>
  • Loading branch information
pdgendt committed Nov 19, 2024
1 parent ec78fb5 commit 12c4f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 12c4f8d

Please sign in to comment.