summaryrefslogtreecommitdiff
path: root/git/test/test_base.py
Commit message (Expand)AuthorAgeFilesLines
* Replace assert_raises with assertRaisesHarmon2020-02-161-2/+1
* Drop support for EOL Python 2.6Hugo2018-03-181-4/+1
* Fixes to support Python 2.6 again.Andreas Maier2016-10-241-2/+4
* src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-1/+1
* src: import os.path as ospKostis Anagnostopoulos2016-10-161-12/+14
* test, #525: allow disabling freeze errors separatelyKostis Anagnostopoulos2016-10-131-12/+13
* daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos2016-10-121-11/+0
* hidden win_errors: mark also git-daemon errors failingKostis Anagnostopoulos2016-10-111-0/+11
* FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos2016-10-111-1/+1
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-7/+6
* src: constify is_<platform>() callsKostis Anagnostopoulos2016-09-281-2/+2
* Win, #519: FIX undead Git-daemon on WindowsKostis Anagnostopoulos2016-09-281-1/+0
* test, #519: No remote TCs, git-daemon cannot die@!Kostis Anagnostopoulos2016-09-281-0/+1
* src, #519: collect all is_<platform>() callsKostis Anagnostopoulos2016-09-271-2/+3
* test, #519: Popen() universal_newlin.es NoWindow in WinfoesKostis Anagnostopoulos2016-09-261-0/+3
* win: GC.collect on all TC.tearDown to fix appveyor hang runsKostis Anagnostopoulos2016-09-261-0/+4
* Need spaces in Emacs style encoding commentSteven Colby2016-05-181-1/+1
* Minor Flake8 fixes.Sebastian Thiel2015-02-091-1/+1
* BF: skip unicode filename test in env not supporting unicode encodingsYaroslav Halchenko2015-02-071-0/+9
* Bumped gitdb requirement.0.3.4Sebastian Thiel2015-01-061-2/+1
* Improved windows test suite.Sebastian Thiel2015-01-061-1/+12
* test_base worksSebastian Thiel2015-01-061-4/+7
* test_submodule worksSebastian Thiel2015-01-061-1/+1
* Added test of #147 to verify it works.Sebastian Thiel2015-01-051-0/+11
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-041-2/+12
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-3/+0
* Applied autopep8Sebastian Thiel2014-11-191-3/+3
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-4/+4
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-10/+10
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-0/+1
* pep8 linting (whitespaces)Antoine Musso2014-11-161-12/+12
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-81/+81
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+100