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 a19e75e commit 7d39f6c
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 7d39f6c

Please sign in to comment.