aboutsummaryrefslogtreecommitdiff
path: root/test/git/test_base.py
AgeCommit message (Expand)Author
2009-10-15Added Commit.iter_parents to iterate all parentsSebastian Thiel
2009-10-15All times are not stored as time_struct, but as simple int to consume less me...Sebastian Thiel
2009-10-14Refs are now truly dynamic - this costs a little bit of (persistent command) ...Sebastian Thiel
2009-10-14test_blob: removed many redundant tests that would fail now as the mock canno...Sebastian Thiel
2009-10-13unified name of utils module, recently it was named util and utils in differe...Sebastian Thiel
2009-10-12test_base: Improved basic object creation as well as set hash testsSebastian Thiel
2009-10-12Reorganized package structure and cleaned up importsSebastian Thiel
2009-10-11Added remaining tests for new base classes and removed some methods whose exi...Sebastian Thiel
2009-10-11Re-designed the tag testing - it does not use fixtures anymore but dyamically...Sebastian Thiel
2009-10-11Intermediate commit: commit,tree and blob objects now derive from object - te...Sebastian Thiel