summaryrefslogtreecommitdiffstats
path: root/tests/test_project.py
Commit message (Expand)AuthorAgeFilesLines
* tests: clean up repo_trace._TRACE_FILE patchingMike Frysinger2022-12-081-10/+0
* test_manifest_config_properties: use assertEqualDaniel Kutik2022-12-051-4/+4
* Fix ManifestProject.partial_clone_exclude property.Joanna Wang2022-12-021-0/+79
* test: fix path seperator errors on windowsDaniel Kutik2022-11-271-1/+1
* Set tracing to always on and save to .repo/TRACE_FILE.Joanna Wang2022-11-031-0/+8
* tests: switch to tempfile.TemporaryDirectoryMike Frysinger2022-05-201-10/+4
* test_project: use os.readlink instead of Path.readlinkSebastian Wagner2022-01-111-1/+1
* project: abort a bit earlier before migrating .git/Mike Frysinger2022-01-071-2/+26
* project: migrate worktree .git/ dirs to symlinksv2.19Mike Frysinger2021-12-011-0/+50
* tests: Make ReviewableBranchTests.test_smoke work with git < 2.28.0Peter Kjellerstedt2021-04-141-1/+1
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-4/+0
* Fix tests after "use new main branch"Fredrik de Groot2020-12-031-1/+14
* tests: use new main branchMike Frysinger2020-11-171-3/+3
* Move RepoHook class from project.py file to dedicated fileRemy Bohmer2020-11-031-39/+0
* manifest/tests: get them passing under WindowsMike Frysinger2020-02-211-12/+16
* test_project.py: Remove unused variable in 'with' statementDavid Pursehouse2020-02-121-1/+1
* Fix duplicate method name in test_project.pyDavid Pursehouse2020-02-121-2/+2
* project: allow src=. with symlinksv2.1.1Mike Frysinger2020-02-111-0/+23
* project: add basic path checks for <copyfile> & <linkfile>Mike Frysinger2020-02-041-0/+204
* prune: handle branches that track missing branchesMike Frysinger2019-11-161-0/+74
* tests: add docstrings & print_function (for Python 3)Mike Frysinger2019-08-011-0/+4
* hooks: support external hooks running different Python versionMike Frysinger2019-07-271-0/+58