summaryrefslogtreecommitdiff
path: root/git/test/test_index.py
Commit message (Expand)AuthorAgeFilesLines
* removed trailing whitespacesPratik Anurag2019-10-151-2/+2
* renamed unused variablesPratik Anurag2019-10-151-2/+2
* As string is iterable, changed to isinstance checkMarcel2019-10-151-3/+5
* allow calling index.add, index.move and index.remove with single itemsMarcel2019-10-151-1/+8
* Fix test_commit_msg_hook_success.Uri Baghin2019-09-281-1/+1
* git: index: base: use os.path.relpathRuslan Kuprieiev2018-04-041-0/+15
* Use automatic formattersHugo2018-03-181-2/+2
* Unnecessary generator - rewrite as a set comprehensionHugo2018-03-181-2/+2
* Unnecessary generator - rewrite as a list comprehensionHugo2018-03-181-2/+2
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-3/+3
* Replace function call with set literalHugo2018-03-181-1/+1
* Drop support for EOL Python 2.6Hugo2018-03-181-11/+2
* RF: use HIDE_WINDOWS_KNOWN_ERRORS instead of is_win to skip hooks testsYaroslav Halchenko2017-11-281-1/+1
* RF(TST): skip all tests dealing with hooks on windowsYaroslav Halchenko2017-11-281-0/+1
* RF: no "need" for custom shebang on windows since just does not workYaroslav Halchenko2017-11-281-3/+1
* RF(+BF?): refactor hooks creation in a test, and may be make it compat with w...Yaroslav Halchenko2017-11-281-32/+39
* BF(PY26): {} -> {0}, i.e. explicit index for .format()Yaroslav Halchenko2017-11-271-2/+2
* IndexFile.commit() now runs pre-commit and post-commit and commit-msg hooks.satahippy2017-10-301-29/+85
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-04-091-1/+1
* Fixes to support Python 2.6 again.Andreas Maier2016-10-241-3/+7
* cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 casesKostis Anagnostopoulos2016-10-161-2/+9
* src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-2/+1
* src: import os.path as ospKostis Anagnostopoulos2016-10-161-24/+26
* FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos2016-10-111-1/+1
* io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos2016-10-041-4/+3
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-2/+2
* hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos2016-10-041-1/+1
* Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_showKostis Anagnostopoulos2016-10-031-22/+28
* Win, #519: FIX repo TCs.Kostis Anagnostopoulos2016-10-011-18/+17
* FIX tox/requirementsKostis Anagnostopoulos2016-09-291-3/+3
* Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos2016-09-281-1/+1
* Win, hook, #519: Consume Hook Popen-proc out of GILKostis Anagnostopoulos2016-09-281-71/+85
* Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos2016-09-281-5/+4
* src: constify is_<platform>() callsKostis Anagnostopoulos2016-09-281-3/+3
* src, #519: collect all is_<platform>() callsKostis Anagnostopoulos2016-09-271-4/+4
* test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp`Kostis Anagnostopoulos2016-09-261-3/+7
* fix(test): deal with py2 and py3Sebastian Thiel2016-09-251-1/+3
* fix(index): improve LockedFD handlingSebastian Thiel2016-09-251-0/+17
* Need spaces in Emacs style encoding commentSteven Colby2016-05-181-1/+1
* fixed unittest of issue #407 for Python3Piotr Pietraszkiewicz2016-04-131-1/+1
* fix(index): avoid recursing endlessly in add()Piotr Pietraszkiewicz2016-04-131-0/+11
* fix(compat): make test work with git >= 2.5Sebastian Thiel2015-08-291-0/+3
* fix(test_index): fix encodingSebastian Thiel2015-08-171-2/+2
* fix(index):allow adding non-unicode paths to indexSebastian Thiel2015-07-291-0/+13
* added tests for commits with datesavi2015-07-171-0/+11
* fix(index): handle adding symlinks to dirsSebastian Thiel2015-06-261-12/+16
* fix(index): don't write extension data by defaultSebastian Thiel2015-04-081-15/+0
* test(index): test for #265Sebastian Thiel2015-04-071-0/+15
* Fixed regression in test-suite for IndexFileSebastian Thiel2015-01-211-4/+8
* Improved unicode handling when using os.environ or GitConfigParserSebastian Thiel2015-01-191-1/+2