summaryrefslogtreecommitdiff
path: root/test/test_repo.py
Commit message (Expand)AuthorAgeFilesLines
* Add test to verify GitCommandError is raised when check-ignore is run against...Axel Aguado2023-01-211-1/+12
* Add test_ignored_items_reportedAxel Aguado2023-01-211-0/+16
* fix clone_from_unsafe_protocol testsFC Stegerman2023-01-081-5/+30
* replace tempfile.mkdtemp w/ tempfile.TemporaryDirectoryFC Stegerman2023-01-081-133/+143
* Updates from reviewSantos Gallegos2022-12-281-1/+13
* Update/add tests for Repo.clone*Santos Gallegos2022-12-271-27/+121
* Block unsafe options and protocols by defaultSantos Gallegos2022-12-231-2/+3
* Forbid unsafe protocol URLs in Repo.clone{,_from}()Steve Kowalik2022-12-231-0/+36
* Add testSantos Gallegos2022-12-211-0/+26
* feat(blame): Support custom `rev_opts` for blameJoseph Hale2022-08-301-0/+7
* TST: Mark test_repo.TestRepo.test_submodules as xfail on CygwinDWesl2022-06-201-0/+8
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-57/+19
* Run everything through 'black'Sebastian Thiel2022-05-181-191/+286
* chore: `s/strip_newline/&_in_stdout`Hiroki Tokunaga2022-04-071-2/+2
* feat(cmd): add the `strip_newline` flagHiroki Tokunaga2022-04-061-0/+10
* Added support of spaces for clone multi_optionsIgor Lakhtenkov2021-07-271-1/+3
* Adds repo.is_valid_object checkRobert Westman2021-06-051-0/+28
* Conditionally throw an errorSebastian Thiel2021-06-041-1/+1
* Reverts auto format introduced with 2dbc2be8Robert Westman2021-06-031-10/+8
* Fixes test to not throw false negative resultsRobert Westman2021-06-031-1/+2
* Adds failing test for repo.tag() methodRobert Westman2021-06-031-7/+18
* add initial types to remote.pyyobmod2021-05-031-0/+15
* git/repo/base.py: is_dirty(): Fix pathspec handlingArnaud Patard2020-09-281-0/+14
* tests: move to root dirKonrad Weihmann2020-07-121-0/+1031
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-1031/+0
* tests: move to root dirKonrad Weihmann2020-07-121-0/+1031
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-604/+0
* Adjusted remaining usages of set_reference and set_commit to set a logmessageSebastian Thiel2010-11-241-1/+1
* Improved refparse error handling in case of out-of-bound indicesSebastian Thiel2010-11-241-1/+8
* repo.rev_parse: Added support for simple log parsing - dates are not yet supp...Sebastian Thiel2010-11-231-3/+20
* Updated MANIFEST and setup to include fixtures. Adjusted includes in all test...Sebastian Thiel2010-11-211-1/+1
* flattened test folder structure, didn't adjust any file content yetSebastian Thiel2010-11-211-0/+580