aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_repo.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-02-25Remove now unnecessary explicit Unicode string literal prefixesHarmon
2020-02-16Remove test.lib.asserts and use unittest.mock.patch directlyHarmon
2020-02-16Replace assert_false with assertFalseHarmon
2020-02-16Replace assert_true with assertTrueHarmon
2020-02-16Replace raises with assertRaisesHarmon
2020-02-16Replace assert_equal with assertEqualHarmon
2020-02-16Replace deprecated assertRaisesRegexp alias with assertRaisesRegexHarmon
2020-02-16Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon
2020-02-16Remove checks for pathlib existence in TestRepo for Python < 3.4Harmon
2020-02-08Fix Repo.__repr__ when subclassedJan Matějka
2020-02-08Remove now unused is_invoking_git variable in testHarmon
2020-02-08Remove no longer used imports in testsHarmon
2020-02-08Remove no longer used compat importsHarmon
2020-02-08Remove and replace compat.string_typesHarmon
2020-02-08Remove checks for Python 2 and/or 3Harmon
2019-12-29Added parsing for '@1400000000 +0000' date format as used by git commit hooks.Dries
2019-10-28Fix #920Victor Luzgin
2019-10-15removed Unnecessary pass statementPratik Anurag
2019-09-10Fix #889: Add DeepSource config and fix some major issuesMohit Solanki
2019-08-14Adding testArthur Milchior
2019-07-06Add support to pass clone options that can be repeated multiple timesSteven Whitman
2018-10-13Respect _common_dir when finding repository config fileLuc Ritchie
2018-07-15Allow pathlib.Path in Repo.__init__oldPadavan
2018-05-18648 max_chunk_size can be now set to control output_stream behaviorPiotr Babij
2018-03-18Replace function call with set literalHugo
2018-03-18Drop support for EOL Python 2.6Hugo
2017-10-07Converting path in clone and clone_from to str before any other operation in ...Mikuláš Poul
2017-09-30Keeping env values passed to `clone_from`Piotr Babij
2017-08-22worktrees: make non-packed refs also work correctly.Peter Jones
2017-07-01Repo: handle worktrees betterPeter Jones
2017-04-09Python 3.6 invalid escape sequence deprecation fixesVille Skyttä
2017-03-09Spelling fixesVille Skyttä
2017-03-07Add a fixture to test incremental blame output for git 2.11.1+George Hickman
2017-02-25chore(flake): satisfy linterSebastian Thiel
2017-02-24check for GIT_WORK_TREETimothy B. Hartman
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-22fix(win_mmap): unmark hidden win_errors due to smmap unicode foesKostis Anagnostopoulos
2016-10-16cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 casesKostis Anagnostopoulos
2016-10-16cygwin, #533: FIX submodules detection (~10TCs fixed)Kostis Anagnostopoulos
2016-10-16ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements`Kostis Anagnostopoulos
2016-10-16src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-14cygwin, #533: Allow '/cygdrive/c/' paths on repo initKostis Anagnostopoulos
2016-10-12daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos
2016-10-11remote: unfix fetch-infos paring of 8a2f7dce4(pydev fixes)Kostis Anagnostopoulos
2016-10-11FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos