aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_index.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-05-28Fix flake8 errorsSebastian Thiel
2020-02-25Remove now unnecessary explicit Unicode string literal prefixesHarmon
2020-02-16Replace deprecated assertNotEquals alias with assertNotEqualHarmon
2020-02-16Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon
2020-02-08Remove and replace compat.string_typesHarmon
2020-02-08Remove checks for Python 2 and/or 3Harmon
2019-10-15removed trailing whitespacesPratik Anurag
2019-10-15renamed unused variablesPratik Anurag
2019-10-15As string is iterable, changed to isinstance checkMarcel
2019-10-15allow calling index.add, index.move and index.remove with single itemsMarcel
2019-09-28Fix test_commit_msg_hook_success.Uri Baghin
2018-04-04git: index: base: use os.path.relpathRuslan Kuprieiev
2018-03-18Use automatic formattersHugo
2018-03-18Unnecessary generator - rewrite as a set comprehensionHugo
2018-03-18Unnecessary generator - rewrite as a list comprehensionHugo
2018-03-18Rewrite unnecessary dict/list/tuple calls as literalsHugo
2018-03-18Replace function call with set literalHugo
2018-03-18Drop support for EOL Python 2.6Hugo
2017-11-28RF: use HIDE_WINDOWS_KNOWN_ERRORS instead of is_win to skip hooks testsYaroslav Halchenko
2017-11-28RF(TST): skip all tests dealing with hooks on windowsYaroslav Halchenko
2017-11-28RF: no "need" for custom shebang on windows since just does not workYaroslav Halchenko
2017-11-28RF(+BF?): refactor hooks creation in a test, and may be make it compat with w...Yaroslav Halchenko
2017-11-27BF(PY26): {} -> {0}, i.e. explicit index for .format()Yaroslav Halchenko
2017-10-30IndexFile.commit() now runs pre-commit and post-commit and commit-msg hooks.satahippy
2017-04-09Python 3.6 invalid escape sequence deprecation fixesVille Skyttä
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-16cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 casesKostis Anagnostopoulos
2016-10-16src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-11FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos
2016-10-04io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-04hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos
2016-10-03Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_showKostis Anagnostopoulos
2016-10-01Win, #519: FIX repo TCs.Kostis Anagnostopoulos
2016-09-29FIX tox/requirementsKostis Anagnostopoulos
2016-09-28Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos
2016-09-28Win, hook, #519: Consume Hook Popen-proc out of GILKostis Anagnostopoulos
2016-09-28Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos
2016-09-28src: constify is_<platform>() callsKostis Anagnostopoulos
2016-09-27src, #519: collect all is_<platform>() callsKostis Anagnostopoulos
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