aboutsummaryrefslogtreecommitdiff
path: root/test/testlib
AgeCommit message (Collapse)Author
2009-10-11Fixed remaining tests to deal with the changesSebastian Thiel
mode is now generally an int compatible to the stat module
2009-10-11fixed issue in Ref.name implementation which would not handle components ↵Sebastian Thiel
properly
2009-10-11converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my ↵Sebastian Thiel
editor to work with the files properly. Can convert it back for releaes
2009-01-24Lots of spring cleaning and added in Sphinx documentation.Michael Trier
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