summaryrefslogtreecommitdiff
path: root/tests/test_GitModifier.py
AgeCommit message (Expand)Author
2015-02-20Don't rely on dictionary key orderGuido Günther
2014-05-16Fix comitter vs committer typosGuido Günther
2013-06-06gitmodifier: make the datetime object always have timezoneMarkus Lehtonen
2013-04-08tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch
2012-07-29GitModifier: add tests for dict interfaceGuido Günther
2012-07-27GitModifier: More flexible date handlingGuido Günther
2012-03-15GitModifier: add __getitem__ and keys()Guido Günther
2011-11-20Move GitModifier class to separate fileGuido Günther
2011-10-29Fix epydoc warningsGuido Günther
2011-10-28GitModifier: Don't use self.__dict__.update(locals())Guido Günther