aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_repo.py
AgeCommit message (Expand)Author
2015-01-14Added 'path' keyword argument to Repo.archive().Sebastian Thiel
2015-01-13Added `Repo.merge_base(...)` implementation, including test-case.Sebastian Thiel
2015-01-12Added specific test for roughly checking configuration paths.Sebastian Thiel
2015-01-10Fixed test to actually use tilde and environment variables respectively.Sebastian Thiel
2015-01-10Repo.init() now supports paths with a '~' in it, or environment variables in ...Sebastian Thiel
2015-01-09Added test for complex blame revision query.Sebastian Thiel
2015-01-09Added test to assure blame can deal with binary patches.Sebastian Thiel
2015-01-08Improved empty-repo testSebastian Thiel
2015-01-08Improved handling of name-resolution, which will not mangle names anymore.Sebastian Thiel
2015-01-08And finally, PY3 support should be restored.Sebastian Thiel
2015-01-08Added test to verify blame commits can have multiple lines.Sebastian Thiel
2015-01-08Added Remote.exists() method, and test. Fixes #229Sebastian Thiel
2015-01-07Made improvements to assure test-cases don't leak file handlesSebastian Thiel
2015-01-07This should fix flake8 on py3Sebastian Thiel
2015-01-06test_repo worksSebastian Thiel
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Removed 'from X import *' whereever possibleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2015-01-04Let's hope travis works nowSebastian Thiel
2015-01-04Intermediate debug commit for travis ... do not useSebastian Thiel
2015-01-04Somemore debugging for rev-parse issueSebastian Thiel
2015-01-03Fixed all remaining non-performance testsSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-19Merge branch 'feature/0.3/git-file-support' of https://github.com/igetgames/G...Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-02-10Minor modifications to get tests back to work.Sebastian Thiel
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2013-01-11Add tests for .git-file.Marcus R. Brown
2011-07-18fixed testcaseSebastian Thiel
2011-07-18new blame test addedSebastian Thiel
2011-06-13fixed test_repo to deal with new and old versions of the gitdb. windows is no...Sebastian Thiel
2011-02-23Fixed incorrect handling of rev_parse if it was fed with branches that looked...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel