summaryrefslogtreecommitdiff
path: root/test/git/test_git.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/test_git.py')
-rw-r--r--test/git/test_git.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/git/test_git.py b/test/git/test_git.py
index 82644b6d..e452e68b 100644
--- a/test/git/test_git.py
+++ b/test/git/test_git.py
@@ -58,5 +58,6 @@ class TestGit(object):
@patch(Git, 'execute')
def test_it_ignores_false_kwargs(self, git):
+ # this_should_not_be_ignored=False implies it *should* be ignored
output = self.git.version(pass_this_kwarg=False)
assert_true("pass_this_kwarg" not in git.call_args[1])