summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* make test timeout strictersroet2021-09-181-2/+2
* go for pytest.raises and test that the functions runsroet2021-09-181-3/+3
* update tests and add a comment about different behaviour of 'push' vs 'fetch'sroet2021-09-181-3/+17
* propagate kwargs in do_test_fetchsroet2021-09-181-2/+2
* also test a call to 'push' with 10s timeoutsroet2021-09-181-1/+1
* add test timeout with the old 10 s timeoutsroet2021-09-181-2/+2
* Update test_util.pyEric Wieser2021-08-041-1/+4
* Try a better testEric Wieser2021-08-041-3/+18
* Fix testEric Wieser2021-08-031-9/+9
* Update test_refs.pyDominic2021-07-311-3/+7
* Added support of spaces for clone multi_optionsIgor Lakhtenkov2021-07-271-1/+3
* Rmv old py2.7 __future__ importsYobmod2021-07-195-9/+0
* rmv python 3.5 checks from testsYobmod2021-07-198-24/+15
* Merge branch 'main' into Yobmod/mainSebastian Thiel2021-07-011-0/+66
|\
| * Added clone multi_options to SubmoduleIgor Lakhtenkov2021-06-301-0/+66
* | Type Traversable.traverse() better, start types of submoduleYobmod2021-06-302-1/+14
|/
* 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
* improve index mode for files with executable bitTodd Zullinger2021-05-251-2/+13
* add initial types to remote.pyyobmod2021-05-035-1/+73
* add newlinesyobmod2021-02-281-0/+0
* add newlineyobmod2021-02-281-1/+1
* add testrunner.py to run all tests (as hook for static analysis)yobmod2021-02-281-0/+7
* add replace method to git.CommitLars Kellogg-Stedman2021-02-151-0/+20
* Fix inheritance issue at commit.iter_itemsYuri Volchkov2021-02-051-0/+7
* fix tests the fast waySebastian Thiel2021-01-081-8/+10
* try fixing up test fixtures and implementationSebastian Thiel2021-01-061-4/+8
* Fix default actor name handlingAthos Ribeiro2020-10-231-4/+14
* Get system user id in a lazy mannerAthos Ribeiro2020-10-221-1/+24
* Keep flake happyXavier Verges2020-10-051-3/+5
* Do not break convention when updating sys.pathXavier Verges2020-10-051-0/+6
* git/repo/base.py: is_dirty(): Fix pathspec handlingArnaud Patard2020-09-281-0/+14
* Fix typoEric Dill2020-09-091-1/+1
* Ensure that detached HEAD does not raise when comparing branch name.Jeremy Retailleau2020-09-031-0/+17
* Add missing rules to match hierarchy pathJeremy Retailleau2020-09-021-0/+8
* Add unit testsJeremy Retailleau2020-09-021-0/+99
* accept datetime instances as datesAlba Mendez2020-08-311-0/+5
* test: add installation testKonrad Weihmann2020-07-121-0/+29
* tests: move to root dirKonrad Weihmann2020-07-1298-0/+17463
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-1298-17463/+0
* tests: move to root dirKonrad Weihmann2020-07-1298-0/+17463
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-2567-8668/+0
* Implemented dry_run mode including tests for RootModule.update and SubmoduleSebastian Thiel2010-11-251-8/+61
* submodule.update: previous_commit is now set according to the stored reflog v...Sebastian Thiel2010-11-241-0/+3
* Adjusted remaining usages of set_reference and set_commit to set a logmessageSebastian Thiel2010-11-241-1/+1
* Fixed doc strings, improved error checking on RefLog.write methodSebastian Thiel2010-11-241-0/+3
* RefLog: added entry_at method, which is a faster way of reading single entrie...Sebastian Thiel2010-11-241-0/+13