summaryrefslogtreecommitdiff
path: root/tests/test_wrapper.py
AgeCommit message (Expand)Author
2026-04-06test_wrapper: add test for repo script executable permissionCarlos Fernandez
2026-04-06tests: convert more tests to pytestMike Frysinger
2026-04-06tests: convert __file__ usage to pathlibMike Frysinger
2026-04-06tests: unify fixture() helper with Path constantMike Frysinger
2026-04-03Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehensionsCarlos Fernandez
2026-03-12tests: add a util module for sharing codeMike Frysinger
2025-04-01launcher: change RunError to subprocess.CalledProcessErrorMike Frysinger
2025-03-24launcher: change RunResult to subprocess.CompletedProcessMike Frysinger
2024-12-03Remove gitc support from repoJosip Sokcevic
2023-10-21cleanup: delete redundant "r" open modeJason R. Coombs
2023-08-22tweak stdlib imports to follow Google style guideMike Frysinger
2023-08-15gitc: drop supportJason Chang
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2022-12-08wrapper: switch to functools.lru_cacheMike Frysinger
2022-12-08tests: drop old unittest.main logicv2.31Mike Frysinger
2022-11-28Fixed wrapper related warnings in testsDaniel Kutik
2022-11-28test_capture: allow both Unix and Windows line sepDaniel Kutik
2022-05-20tests: switch to tempfile.TemporaryDirectoryMike Frysinger
2021-03-04tests: fix duplicate method from copy & paste errorMike Frysinger
2021-01-19launcher: add a requirements framework to declare version dependenciesMike Frysinger
2021-01-06drop pyversion & is_python3 checkingMike Frysinger
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2021-01-06launcher: add test for version requirementsv2.11Mike Frysinger
2020-12-03Fix tests after "use new main branch"Fredrik de Groot
2020-11-17tests: use new main branchMike Frysinger
2020-04-12tests: fix SetupGnuPG testMarcos Marado
2020-03-25init: respect --repo-rev changesMike Frysinger
2020-03-24init: allow REPO_REV/--repo-rev to specify commits/tagsMike Frysinger
2020-03-24tests: add more wrapper unittestsMike Frysinger
2020-02-14repo: rework parser setup to handle `init -c`Mike Frysinger
2020-02-13pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse
2020-02-12repo: add --version support to the launcherMike Frysinger
2020-02-12repo: export GIT_TRACE2_PARENT_SIDMike Frysinger
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2019-08-01tests: add docstrings & print_function (for Python 3)Mike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2015-10-07Fix gitc-init behaviorv1.12.32Dan Willemsen