summaryrefslogtreecommitdiff
path: root/git/test/test_tree.py
Commit message (Expand)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-121-108/+0
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-0/+108
* tests: move to root dirKonrad Weihmann2020-07-121-108/+0
* Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon2020-02-161-1/+1
* Unnecessary generator - rewrite as a set comprehensionHugo2018-03-181-1/+1
* Unnecessary generator - rewrite as a list comprehensionHugo2018-03-181-1/+1
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-1/+1
* Drop support for EOL Python 2.6Hugo2018-03-181-4/+1
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-04-091-2/+2
* Fixes to support Python 2.6 again.Andreas Maier2016-10-241-1/+4
* src: import os.path as ospKostis Anagnostopoulos2016-10-161-4/+5
* FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos2016-10-111-1/+1
* hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos2016-10-041-3/+2
* Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=TrueKostis Anagnostopoulos2016-10-031-2/+2
* Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_showKostis Anagnostopoulos2016-10-031-3/+17
* fix(tree): remove Tree.cache - use IndexFile.write_tree() insteadSebastian Thiel2015-12-141-85/+0
* fix(tree): show that fixing Tree.cache is not possibleSebastian Thiel2015-12-141-20/+35
* fix(tree): tree item sort now uses git-styleSebastian Thiel2015-12-131-0/+20
* Make flake8 happySebastian Thiel2015-01-061-1/+1
* test_tree worksSebastian Thiel2015-01-061-0/+1
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-051-3/+3
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-1/+1
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-041-2/+5
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-4/+1
* Applied autopep8Sebastian Thiel2014-11-191-3/+3
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-1/+1
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-9/+9
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-1/+1
* pep8 linting (whitespaces)Antoine Musso2014-11-161-25/+24
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-130/+130
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+144