summaryrefslogtreecommitdiff
path: root/tests/test_git_command.py
AgeCommit message (Expand)Author
2025-08-21standardize file header wrt licensingMike Frysinger
2025-03-25run_tests: move test filtering to pytest markersMike Frysinger
2023-10-31cleanup: Update codebase to expect Python 3.6Jason R. Coombs
2023-10-20delete Python 2 (object) compatMike Frysinger
2023-10-06git_command: Augment underlying git errors with suggestionsAravind Vasudevan
2023-08-22isort: format codebasev2.36Mike Frysinger
2023-08-07Raise repo exit errors in place of sys.exitJason Chang
2023-07-31Update errors to extend BaseRepoErrorJason Chang
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2022-11-28Fixed wrapper related warnings in testsDaniel Kutik
2022-11-27test: fix path seperator errors on windowsDaniel Kutik
2022-11-16Extract env building into a testable helper.v2.30Sam Saccone
2021-05-06ssh: move all ssh logic to a common placeMike Frysinger
2021-05-06git_command: switch version caches to functoolsMike Frysinger
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2020-04-15Use hash for ControlPath instead of full variablesAnders Björklund
2020-02-20tests: add git_require coverageMike Frysinger
2020-02-05repo: raise min version of gitMike Frysinger
2019-10-01git_command: set GIT_HTTP_USER_AGENT on all requestsMike Frysinger
2019-10-01git_command: refactor User-Agent settingsMike Frysinger
2019-10-01move UserAgent to git_command for wider userMike Frysinger
2019-08-01tests: add docstrings & print_function (for Python 3)Mike Frysinger
2019-07-11git_command: drop custom version helperMike Frysinger