summaryrefslogtreecommitdiffstats
path: root/tests/test_wrapper.py
Commit message (Expand)AuthorAgeFilesLines
* Remove gitc support from repoJosip Sokcevic2024-12-031-74/+1
* cleanup: delete redundant "r" open modeJason R. Coombs2023-10-211-1/+1
* tweak stdlib imports to follow Google style guideMike Frysinger2023-08-221-3/+5
* gitc: drop supportJason Chang2023-08-151-5/+3
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-471/+558
* wrapper: switch to functools.lru_cacheMike Frysinger2022-12-081-1/+1
* tests: drop old unittest.main logicv2.31Mike Frysinger2022-12-081-4/+0
* Fixed wrapper related warnings in testsDaniel Kutik2022-11-281-7/+7
* test_capture: allow both Unix and Windows line sepDaniel Kutik2022-11-281-1/+3
* tests: switch to tempfile.TemporaryDirectoryMike Frysinger2022-05-201-24/+10
* tests: fix duplicate method from copy & paste errorMike Frysinger2021-03-041-2/+2
* launcher: add a requirements framework to declare version dependenciesMike Frysinger2021-01-191-0/+76
* drop pyversion & is_python3 checkingMike Frysinger2021-01-061-12/+2
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-4/+0
* launcher: add test for version requirementsv2.11Mike Frysinger2021-01-061-0/+11
* Fix tests after "use new main branch"Fredrik de Groot2020-12-031-1/+14
* tests: use new main branchMike Frysinger2020-11-171-2/+2
* tests: fix SetupGnuPG testMarcos Marado2020-04-121-0/+1
* init: respect --repo-rev changesMike Frysinger2020-03-251-2/+154
* init: allow REPO_REV/--repo-rev to specify commits/tagsMike Frysinger2020-03-241-0/+87
* tests: add more wrapper unittestsMike Frysinger2020-03-241-0/+88
* repo: rework parser setup to handle `init -c`Mike Frysinger2020-02-141-0/+14
* pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse2020-02-131-1/+2
* repo: add --version support to the launcherMike Frysinger2020-02-121-0/+18
* repo: export GIT_TRACE2_PARENT_SIDMike Frysinger2020-02-121-5/+45
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+4
* tests: add docstrings & print_function (for Python 3)Mike Frysinger2019-08-011-0/+4
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Fix gitc-init behaviorv1.12.32Dan Willemsen2015-10-071-0/+75