summaryrefslogtreecommitdiffstats
path: root/tests/test_git_command.py
Commit message (Expand)AuthorAgeFilesLines
* run_tests: move test filtering to pytest markersMike Frysinger2025-03-251-0/+4
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-311-6/+1
* delete Python 2 (object) compatMike Frysinger2023-10-201-1/+1
* git_command: Augment underlying git errors with suggestionsAravind Vasudevan2023-10-061-0/+133
* isort: format codebasev2.36Mike Frysinger2023-08-221-1/+2
* Raise repo exit errors in place of sys.exitJason Chang2023-08-071-2/+2
* Update errors to extend BaseRepoErrorJason Chang2023-07-311-0/+51
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-107/+115
* Fixed wrapper related warnings in testsDaniel Kutik2022-11-281-1/+2
* test: fix path seperator errors on windowsDaniel Kutik2022-11-271-5/+5
* Extract env building into a testable helper.v2.30Sam Saccone2022-11-161-0/+33
* ssh: move all ssh logic to a common placeMike Frysinger2021-05-061-32/+0
* git_command: switch version caches to functoolsMike Frysinger2021-05-061-2/+7
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-4/+0
* Use hash for ControlPath instead of full variablesAnders Björklund2020-04-151-0/+27
* tests: add git_require coverageMike Frysinger2020-02-201-0/+48
* repo: raise min version of gitMike Frysinger2020-02-051-1/+1
* git_command: set GIT_HTTP_USER_AGENT on all requestsMike Frysinger2019-10-011-0/+8
* git_command: refactor User-Agent settingsMike Frysinger2019-10-011-5/+13
* move UserAgent to git_command for wider userMike Frysinger2019-10-011-0/+13
* tests: add docstrings & print_function (for Python 3)Mike Frysinger2019-08-011-0/+4
* git_command: drop custom version helperMike Frysinger2019-07-111-0/+45