aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_index.py
AgeCommit message (Expand)Author
2016-09-26test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp`Kostis Anagnostopoulos
2016-09-25fix(test): deal with py2 and py3Sebastian Thiel
2016-09-25fix(index): improve LockedFD handlingSebastian Thiel
2016-05-18Need spaces in Emacs style encoding commentSteven Colby
2016-04-13fixed unittest of issue #407 for Python3Piotr Pietraszkiewicz
2016-04-13fix(index): avoid recursing endlessly in add()Piotr Pietraszkiewicz
2015-08-29fix(compat): make test work with git >= 2.5Sebastian Thiel
2015-08-17fix(test_index): fix encodingSebastian Thiel
2015-07-29fix(index):allow adding non-unicode paths to indexSebastian Thiel
2015-07-17added tests for commits with datesavi
2015-06-26fix(index): handle adding symlinks to dirsSebastian Thiel
2015-04-08fix(index): don't write extension data by defaultSebastian Thiel
2015-04-07test(index): test for #265Sebastian Thiel
2015-01-21Fixed regression in test-suite for IndexFileSebastian Thiel
2015-01-19Improved unicode handling when using os.environ or GitConfigParserSebastian Thiel
2015-01-12IndexFile.commit() now runs pre-commit and post-commit hooks.Sebastian Thiel
2015-01-12Removed os.path.realpath invocations as they are not necessary if paths are u...Sebastian Thiel
2015-01-07Made sure commits accept unicode or unicode charactersSebastian Thiel
2015-01-07fix pep8firm1
2015-01-07add tests for commit by actorfirm1
2015-01-06test_repo worksSebastian Thiel
2015-01-06test_index 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-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
2015-01-04Removed 'from X import *' whereever possibleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2015-01-04Applied autopep8Sebastian Thiel
2015-01-03Fixed all remaining non-performance testsSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-17Allow Index.add() on bare repositoriesSebastian 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-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel