aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_repo.py
AgeCommit message (Collapse)Author
2014-02-10Minor modifications to get tests back to work.Sebastian Thiel
Two tests are failing in the latest git version, would have to dig into it
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel
probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
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