aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_submodule.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-04Accept that this arguably simple feature can't be tested easily…Sebastian Thiel
2020-05-02add test case for submodule depth parameterLiam Beguin
2020-02-16Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon
2020-02-08Remove and replace compat.string_typesHarmon
2019-07-20Fix testSantos Gallegos
2019-07-20Add testSantos Gallegos
2018-03-18github -> GitHubHugo
2018-03-18Drop support for EOL Python 2.6Hugo
2017-11-27RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko
2017-11-16Remove trailing slash on drive pathCharles Bouchard-Légaré
2017-07-01Update changelog and improve docs on skipped testSebastian Thiel
2017-07-01Try to ignore test on windows as it fails for the wrong reasonsSebastian Thiel
2017-07-01Maybe work around AppVeyor setting a bad email?Peter Jones
2017-04-09Python 3.6 invalid escape sequence deprecation fixesVille Skyttä
2016-12-08Merge pull request #541 from andy-maier/py26_fixesSebastian Thiel
2016-12-08chore(lint): flake8Sebastian Thiel
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-22Merge branch 'win_mmap' of https://github.com/ankostis/GitPython into ankosti...Sebastian Thiel
2016-10-22fix(win_mmap): unmark hidden win_errors due to smmap unicode foesKostis Anagnostopoulos
2016-10-22submodule-TCs: stop monekypatching smmap.MapRegion with files in WindowsKostis Anagnostopoulos
2016-10-19Merge with latest branch 'exp_git_dir'Kostis Anagnostopoulos
2016-10-19repo: minor code and doc correcions.Kostis Anagnostopoulos
2016-10-16cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 casesKostis Anagnostopoulos
2016-10-16ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements`Kostis Anagnostopoulos
2016-10-16cygwin, #533: polish abs-paths in `git add` commandsKostis Anagnostopoulos
2016-10-12config, #525: polish more config-urlsKostis Anagnostopoulos
2016-10-12daemon, #525: FIX remote urls in config-filesKostis 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: Set HIDE_WINDOWS_KNOWN_ERRORS=TrueKostis Anagnostopoulos
2016-10-03Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_showKostis Anagnostopoulos
2016-10-03TST: Add test for removing submodule with remotes without refsYaroslav Halchenko
2016-10-01TC, #519: DISABLE failing testsKostis Anagnostopoulos
2016-10-01Win, #519: FIX repo TCs.Kostis 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-26win: GC.collect on all TC.tearDown to fix appveyor hang runsKostis Anagnostopoulos
2015-08-08fix(tests): remove dependency on sort orderSebastian Thiel
2015-08-08tests(submodule): add new submodule commitsSebastian Thiel
2015-01-22Minor improvements to submodule test for windows portabilitySebastian Thiel
2015-01-22Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel
2015-01-21Initial set of documentation improvements, and a fix to the submodule tests.Sebastian Thiel
2015-01-21Assured that branch changes are properly handled.Sebastian Thiel
2015-01-20Fixed flake8 and a minor test regression.Sebastian Thiel