Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf9fc5 commit 57a561cCopy full SHA for 57a561c
test/git/test_git.py
@@ -58,6 +58,5 @@ def test_it_handles_large_input(self):
58
59
@patch(Git, 'execute')
60
def test_it_ignores_false_kwargs(self, git):
61
- # this_should_not_be_ignored=False implies it *should* be ignored
62
output = self.git.version(pass_this_kwarg=False)
63
assert_true("pass_this_kwarg" not in git.call_args[1])
0 commit comments