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 58fa2c4 commit fd47d6bCopy full SHA for fd47d6b
test/git/test_git.py
@@ -32,3 +32,6 @@ def test_it_accepts_stdin(self):
32
assert_equal( "70c379b63ffa0795fdbfbc128e5a2818397b7ef8",
33
self.git.hash_object(istream=fh, stdin=True) )
34
fh.close()
35
+
36
+ def test_it_returns_status_and_ignores_stderr(self):
37
+ assert_equal( (1, ""), self.git.this_does_not_exist(with_status=True) )
0 commit comments