From 12c4f8d10daf8af8c6f8ef71f26ea092c5403c7a Mon Sep 17 00:00:00 2001 From: Pieter De Gendt Date: Fri, 8 Nov 2024 15:00:42 +0100 Subject: [PATCH] tests: Format test_commands.py Formatting test_commands.py is trivial. Signed-off-by: Pieter De Gendt --- tests/test_commands.py | 1 + 1 file changed, 1 insertion(+) 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)