aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_fun.py
AgeCommit message (Expand)Author
2020-07-12tests: move to root dirKonrad Weihmann
2020-07-12Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel
2020-07-12tests: move to root dirKonrad Weihmann
2020-02-16Replace assert_true with assertTrueHarmon
2020-02-16Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon
2020-02-08Remove no longer used imports in testsHarmon
2020-02-08Remove Python 2 testHarmon
2020-02-08Remove checks for Python 2 and/or 3Harmon
2018-03-18Unnecessary generator - rewrite as a set comprehensionHugo
2018-03-18Drop support for EOL Python 2.6Hugo
2017-07-01Repo: handle worktrees betterPeter Jones
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-16Merge with #532, fix unicode filenames with escapesurogatesKostis Anagnostopoulos
2016-10-16fix(surrogateescape): enable on py2, fix testsSebastian Thiel
2016-10-16src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos
2015-01-05test_fun worksSebastian Thiel
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Removed 'from X import *' whereever possibleSebastian Thiel
2014-11-19Applied autopep8Sebastian 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-11-15Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2013-04-17Fix whacky indentationTim Van Steenburgh
2013-04-17Return bytes if object name can't be utf8-decodedTim Van Steenburgh
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel