aboutsummaryrefslogtreecommitdiff
path: root/test/test_repo.py
AgeCommit message (Collapse)Author
2020-07-12tests: move to root dirKonrad Weihmann
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>
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted
2010-11-24Adjusted remaining usages of set_reference and set_commit to set a logmessageSebastian Thiel
2010-11-24Improved refparse error handling in case of out-of-bound indicesSebastian Thiel
2010-11-23repo.rev_parse: Added support for simple log parsing - dates are not yet ↵Sebastian Thiel
supported, mainly because I don't need it
2010-11-21Updated MANIFEST and setup to include fixtures. Adjusted includes in all ↵Sebastian Thiel
tests to work with the new directory structure
2010-11-21flattened test folder structure, didn't adjust any file content yetSebastian Thiel