开源镜像站
帮助
下载
动态
GitHub
index
:
git-repo
main
maint
master
repo-1
stable
A git multiple repo management tool built for AOSP
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_wrapper.py
Age
Commit message (
Expand
)
Author
2026-04-06
test_wrapper: add test for repo script executable permission
Carlos Fernandez
2026-04-06
tests: convert more tests to pytest
Mike Frysinger
2026-04-06
tests: convert __file__ usage to pathlib
Mike Frysinger
2026-04-06
tests: unify fixture() helper with Path constant
Mike Frysinger
2026-04-03
Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehensions
Carlos Fernandez
2026-03-12
tests: add a util module for sharing code
Mike Frysinger
2025-04-01
launcher: change RunError to subprocess.CalledProcessError
Mike Frysinger
2025-03-24
launcher: change RunResult to subprocess.CompletedProcess
Mike Frysinger
2024-12-03
Remove gitc support from repo
Josip Sokcevic
2023-10-21
cleanup: delete redundant "r" open mode
Jason R. Coombs
2023-08-22
tweak stdlib imports to follow Google style guide
Mike Frysinger
2023-08-15
gitc: drop support
Jason Chang
2023-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
2022-12-08
wrapper: switch to functools.lru_cache
Mike Frysinger
2022-12-08
tests: drop old unittest.main logic
v2.31
Mike Frysinger
2022-11-28
Fixed wrapper related warnings in tests
Daniel Kutik
2022-11-28
test_capture: allow both Unix and Windows line sep
Daniel Kutik
2022-05-20
tests: switch to tempfile.TemporaryDirectory
Mike Frysinger
2021-03-04
tests: fix duplicate method from copy & paste error
Mike Frysinger
2021-01-19
launcher: add a requirements framework to declare version dependencies
Mike Frysinger
2021-01-06
drop pyversion & is_python3 checking
Mike Frysinger
2021-01-06
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2021-01-06
launcher: add test for version requirements
v2.11
Mike Frysinger
2020-12-03
Fix tests after "use new main branch"
Fredrik de Groot
2020-11-17
tests: use new main branch
Mike Frysinger
2020-04-12
tests: fix SetupGnuPG test
Marcos Marado
2020-03-25
init: respect --repo-rev changes
Mike Frysinger
2020-03-24
init: allow REPO_REV/--repo-rev to specify commits/tags
Mike Frysinger
2020-03-24
tests: add more wrapper unittests
Mike Frysinger
2020-02-14
repo: rework parser setup to handle `init -c`
Mike Frysinger
2020-02-13
pyflakes: Fix remaining "E501 line too long" warnings
David Pursehouse
2020-02-12
repo: add --version support to the launcher
Mike Frysinger
2020-02-12
repo: export GIT_TRACE2_PARENT_SID
Mike Frysinger
2020-02-12
Fix blank line issues reported by flake8
David Pursehouse
2019-08-01
tests: add docstrings & print_function (for Python 3)
Mike Frysinger
2019-06-13
set default file encoding to utf-8
Mike Frysinger
2015-10-07
Fix gitc-init behavior
v1.12.32
Dan Willemsen