summaryrefslogtreecommitdiff
path: root/git/test/test_index.py
Commit message (Expand)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-121-934/+0
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-0/+934
* tests: move to root dirKonrad Weihmann2020-07-121-934/+0
* Fix flake8 errorsSebastian Thiel2020-05-281-1/+1
* Remove now unnecessary explicit Unicode string literal prefixesHarmon2020-02-251-12/+12
* Replace deprecated assertNotEquals alias with assertNotEqualHarmon2020-02-161-1/+1
* Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon2020-02-161-12/+12
* Remove and replace compat.string_typesHarmon2020-02-081-2/+2
* Remove checks for Python 2 and/or 3Harmon2020-02-081-5/+1
* 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