Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
pdgendt committed Nov 6, 2024
1 parent 32b9e1b commit 7605042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/west/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ def _assert(cond):

#
# Public functions
# Add a random comment
#

def manifest_path() -> str:
Expand Down
1 change: 1 addition & 0 deletions tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

def test_parse_git_version():
# White box test for git parsing behavior.
# add this
assert gv(b'git version 2.25.1\n') == (2, 25, 1)
assert gv(b'git version 2.28.0.windows.1\n') == (2, 28, 0)
assert gv(b'git version 2.24.3 (Apple Git-128)\n') == (2, 24, 3)
Expand Down

0 comments on commit 7605042

Please sign in to comment.