summaryrefslogtreecommitdiff
path: root/test/testlib
Commit message (Collapse)AuthorAgeFilesLines
* cmd: added option to return the process directly, allowing to read the ↵Sebastian Thiel2009-10-141-0/+11
| | | | | | | output directly from the output stream commit: now reads commit information directly from the output stream of the process by implementing its iterator method repo: removed log method as it was redundant ( equal to the commits method )
* tree: now behaves like a list with string indexing functionality - using a ↵Sebastian Thiel2009-10-121-0/+1
| | | | | | dict as cache is a problem as the tree is ordered, added blobs, trees and traverse method repo: remove blob function as blobs are created directly or iterated - primitve types should not clutter the repo interface
* Fixed remaining tests to deal with the changesSebastian Thiel2009-10-111-2/+14
| | | | mode is now generally an int compatible to the stat module
* fixed issue in Ref.name implementation which would not handle components ↵Sebastian Thiel2009-10-111-2/+2
| | | | properly
* converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my ↵Sebastian Thiel2009-10-113-20/+20
| | | | editor to work with the files properly. Can convert it back for releaes
* Lots of spring cleaning and added in Sphinx documentation.Michael Trier2009-01-243-3/+3
|
* Added license information to all files.Michael Trier2008-07-163-0/+18
|
* 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-073-0/+49