summaryrefslogtreecommitdiff
path: root/test/git/test_base.py
Commit message (Expand)AuthorAgeFilesLines
* All times are not stored as time_struct, but as simple int to consume less me...Sebastian Thiel2009-10-151-1/+0
* Refs are now truly dynamic - this costs a little bit of (persistent command) ...Sebastian Thiel2009-10-141-3/+4
* test_blob: removed many redundant tests that would fail now as the mock canno...Sebastian Thiel2009-10-141-0/+10
* unified name of utils module, recently it was named util and utils in differe...Sebastian Thiel2009-10-131-1/+1
* test_base: Improved basic object creation as well as set hash testsSebastian Thiel2009-10-121-4/+6
* Reorganized package structure and cleaned up importsSebastian Thiel2009-10-121-5/+7
* Added remaining tests for new base classes and removed some methods whose exi...Sebastian Thiel2009-10-111-7/+41
* Re-designed the tag testing - it does not use fixtures anymore but dyamically...Sebastian Thiel2009-10-111-0/+8
* Intermediate commit: commit,tree and blob objects now derive from object - te...Sebastian Thiel2009-10-111-0/+36