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 14cef2b commit d4e56f6Copy full SHA for d4e56f6
AUTHORS
@@ -2,3 +2,4 @@ Michael Trier <mtrier _at_ gmail.com>
2
Alan Briolat
3
Florian Apolloner <florian _at_ apolloner.eu>
4
David Aguilar <davvid _at_ gmail.com>
5
+Jelmer Vernooij <jelmer _at_ samba.org>
test/git/test_git.py
@@ -14,7 +14,7 @@ def setup(self):
14
self.git = Git(base)
15
16
@patch(Git, 'execute')
17
- def test__call_process_calls_execute(self, git):
+ def test_call_process_calls_execute(self, git):
18
git.return_value = ''
19
self.git.version()
20
assert_true(git.called)
0 commit comments