summaryrefslogtreecommitdiff
path: root/test/test_commit.py
Commit message (Expand)AuthorAgeFilesLines
* Update Commit.trailer_list to return tuples.Twist2023-04-221-4/+4
* Deprecate Commit.trailers.Twist2023-04-221-6/+0
* Add trailers_list and trailers_list methods to fix the commit trailers functi...Twist2023-04-211-36/+47
* fix files list on file renameMatteo Croce2023-01-131-0/+31
* Use the same regex as the Actor class when determining co-authors.Twist2022-08-241-1/+1
* Add malformed co-authors to the test, to check they aren't detected with the ...Twist2022-08-231-2/+6
* Add co_authors property to the Commit object, which parses the commit message...Twist2022-08-221-0/+11
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-54/+20
* Run everything through 'black'Sebastian Thiel2022-05-181-92/+160
* Use git interpret-trailers for trailers propertyKet3r2022-01-071-2/+2
* Add failing unit testPeter Kempter2022-01-071-0/+46
* Rmv old py2.7 __future__ importsYobmod2021-07-191-2/+0
* rmv python 3.5 checks from testsYobmod2021-07-191-1/+1
* Type Traversable.traverse() better, start types of submoduleYobmod2021-06-301-0/+13
* add replace method to git.CommitLars Kellogg-Stedman2021-02-151-0/+20
* Fix inheritance issue at commit.iter_itemsYuri Volchkov2021-02-051-0/+7
* tests: move to root dirKonrad Weihmann2020-07-121-0/+393
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-393/+0
* tests: move to root dirKonrad Weihmann2020-07-121-0/+393
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-275/+0
* Initial interface including some of the implementation of the RefLog. TestCas...Sebastian Thiel2010-11-231-0/+2
* 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/+273