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 8, 2024
1 parent 7b316c9 commit c9af293
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 c9af293

Please sign in to comment.