aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_util.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-16Replace assert_equal with assertEqualHarmon
2020-02-16Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon
2020-02-08Remove and replace compat.string_typesHarmon
2019-10-19Fix pickling of tzoffsetUwe L. Korn
2019-07-06Satisfy flake8Sebastian Thiel
2019-07-06Fix regex to support empty email addresses i.e. 'name <>'Sebastian Thiel
2018-04-04Avoid from_timestamp() function to raise an exception when the offset is grea...ishepard
2018-03-18Drop support for EOL Python 2.6Hugo
2017-11-27RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-14cygwin, #533: Allow '/cygdrive/c/' paths on repo initKostis Anagnostopoulos
2016-10-14cygwin, #533: Try to make it work with Cygwin's Git.Kostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-09-29FIX hook TC on PY3+Win & indeterministic lock timing.Kostis Anagnostopoulos
2016-09-28Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos
2016-09-28src: constify is_<platform>() callsKostis Anagnostopoulos
2016-09-27src, #519: collect all is_<platform>() callsKostis Anagnostopoulos
2016-09-26test, #519: Popen() universal_newlin.es NoWindow in WinfoesKostis Anagnostopoulos
2016-09-26apveyor: simplify test.Kostis Anagnostopoulos
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04Removed 'from X import *' whereever possibleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-12-19Simplified parse_date implementationSebastian Thiel
2014-12-18BF: adjust mktime output for the local offset (Close #218)Yaroslav Halchenko
2014-11-19Applied autopep8Sebastian Thiel
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-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2011-06-08util: Added test for iterable list, and implemented __contains__ and __del__ ...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel