summaryrefslogtreecommitdiff
path: root/tests/test_GitModifier.py
AgeCommit message (Expand)AuthorFilesLines
2022-11-28porting code to python3.x with os patchbiao716.wang1-4/+8
2014-05-16Fix comitter vs committer typosGuido Günther1-1/+1
2013-06-06gitmodifier: make the datetime object always have timezoneMarkus Lehtonen1-4/+4
2013-04-08tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch1-0/+2
2012-07-29GitModifier: add tests for dict interfaceGuido Günther1-2/+12
2012-07-27GitModifier: More flexible date handlingGuido Günther1-0/+31
2012-03-15GitModifier: add __getitem__ and keys()Guido Günther1-1/+9
2011-11-20Move GitModifier class to separate fileGuido Günther1-0/+4
2011-10-29Fix epydoc warningsGuido Günther1-2/+2
2011-10-28GitModifier: Don't use self.__dict__.update(locals())Guido Günther1-0/+23