aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_repo.py
AgeCommit message (Collapse)Author
2011-07-18fixed testcaseSebastian Thiel
a test cases was asserting the wrong variable
2011-07-18new blame test addedSebastian Thiel
A test which makes the actual git-blame test to be sure it really works in the face of a changing git command implementation
2011-06-13fixed test_repo to deal with new and old versions of the gitdb. windows is ↵Sebastian Thiel
now ready to ship, regarding the test cases at least
2011-02-23Fixed incorrect handling of rev_parse if it was fed with branches that ↵Sebastian Thiel
looked like hexshas. Thanks to Ning (frostyplanet) who pointed this issue out
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted