aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_commit.py
AgeCommit message (Expand)Author
2020-07-12tests: move to root dirKonrad Weihmann
2020-07-12Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel
2020-07-12tests: move to root dirKonrad Weihmann
2020-02-25Remove now unnecessary explicit Unicode string literal prefixesHarmon
2020-02-16Replace assert_not_equal with assertNotEqualHarmon
2020-02-16Replace assert_equal with assertEqualHarmon
2020-02-16Remove outdated checks for unittest.mock existenceHarmon
2020-02-16Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon
2020-02-08Remove and replace compat.text_typeHarmon
2020-02-08Remove and replace compat.string_typesHarmon
2019-10-15removed trailing whitespacesPratik Anurag
2019-10-15renamed ununsed variablesPratik Anurag
2017-11-28RF: last of flake8 fails - avoid using temp variable in a testYaroslav Halchenko
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
2016-09-28Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos
2016-09-28test, #519: Try appveyor advice for never-ending buildsKostis Anagnostopoulos
2016-09-25test, deps: FIX `mock` deps on py3.Kostis Anagnostopoulos
2016-08-21fix(commit): handle gpgsig properlySebastian Thiel
2016-05-30Add test case as example of Git commit with invalid dataVincent Driessen
2016-04-19Add support for getting "aware" datetime infoVincent Driessen
2015-03-02fix(iter-commit): ambiguous argument errorSebastian Thiel
2015-01-06Make flake8 happySebastian Thiel
2015-01-05test_commit works once againSebastian Thiel
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
2015-01-04Removed 'from X import *' whereever possibleSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (double spaces before comment)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-09-08GPG signature support on commit object.Max Rasskazov
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel