summaryrefslogtreecommitdiff
path: root/test/testlib/helper.py
Commit message (Collapse)AuthorAgeFilesLines
* style: remove spaces around parens per PEP8David Aguilar2008-06-011-1/+1
| | | | Signed-off-by: David Aguilar <davvid@gmail.com>
* tests: add a test for git.foo( istream=fh )David Aguilar2008-05-291-5/+8
| | | | | | | | | | This test runs the equivalent of: "git hash-object < fixtures/cat_file_blob" with the new istream mechanism and compares the computed hash. Signed-off-by: David Aguilar <davvid@gmail.com>
* Moved test stuff around and modified imports to just clean things up a bit.Michael Trier2008-05-071-0/+10