aboutsummaryrefslogtreecommitdiff
path: root/test/testlib/helper.py
AgeCommit message (Collapse)Author
2008-07-16Added license information to all files.Michael Trier
2008-06-01style: remove spaces around parens per PEP8David Aguilar
Signed-off-by: David Aguilar <davvid@gmail.com>
2008-05-29tests: add a test for git.foo( istream=fh )David Aguilar
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>
2008-05-07Moved test stuff around and modified imports to just clean things up a bit.Michael Trier