add --git-use flag

This commit is contained in:
LeonOstrez
2024-11-19 12:08:58 +01:00
parent 9d23bcc5cd
commit 89c3f510f3
5 changed files with 10 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ def test_parse_arguments(mock_ArgumentParser):
"--email",
"--extension-version",
"--no-check",
"--use-git",
}
parser.parse_args.assert_called_once_with()