summaryrefslogtreecommitdiff
path: root/test/test_repo.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | It's possible to specify a pathspec (eg :!foo) to git diff/status/... but it currently fails with: git.exc.GitCommandError: Cmd('/usr/bin/git') failed due to: exit code(128) cmdline: /usr/bin/git diff --abbrev=40 --full-index --raw :!foo stderr: 'fatal: ambiguous argument ':!foo': unknown revision or path not in the working tree. Add missing '--' to the arguments to fix this ambiguity Signed-off-by: Arnaud Patard <apatard@hupstream.com>
* tests: move to root dirKonrad Weihmann2020-07-121-0/+1031
| | | | | | | | | This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
* 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
| | | | | | | | | This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-604/+0
| | | | adjusted
* 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 ↵Sebastian Thiel2010-11-231-3/+20
| | | | supported, mainly because I don't need it
* Updated MANIFEST and setup to include fixtures. Adjusted includes in all ↵Sebastian Thiel2010-11-211-1/+1
| | | | tests to work with the new directory structure
* flattened test folder structure, didn't adjust any file content yetSebastian Thiel2010-11-211-0/+580