summaryrefslogtreecommitdiff
path: root/git/test/performance
Commit message (Expand)AuthorAgeFilesLines
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-125-0/+425
* tests: move to root dirKonrad Weihmann2020-07-125-425/+0
* Replace assert_equal with assertEqualHarmon2020-02-161-3/+3
* Remove and replace compat.xrangeHarmon2020-02-081-2/+1
* Update test_streams.pyPratik Anurag2019-10-151-2/+2
* renamed unused variablesPratik Anurag2019-10-151-1/+1
* renamed ununsed variablesPratik Anurag2019-10-151-1/+1
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-182-3/+3
* fix(win_mmap): unmark hidden win_errors due to smmap unicode foesKostis Anagnostopoulos2016-10-221-6/+0
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-222-19/+21
|\
| * Merge with #532, fix unicode filenames with escapesurogatesKostis Anagnostopoulos2016-10-161-1/+1
| |\
| * | src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-1/+1
| * | src: import os.path as ospKostis Anagnostopoulos2016-10-162-19/+22
* | | Fix some typosSantiago Castro2016-10-201-1/+1
| |/ |/|
* | fix(unicode): use surrogateescape in bytes.decodeSebastian Thiel2016-10-161-1/+1
|/
* imp(performance): execute performance tests on travisSebastian Thiel2016-10-111-3/+0
* FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos2016-10-111-1/+1
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-2/+2
* hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos2016-10-041-2/+2
* Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_showKostis Anagnostopoulos2016-10-032-1/+4
* TC, #519: DISABLE failing testsKostis Anagnostopoulos2016-10-011-1/+6
* FIX hook TC on PY3+Win & indeterministic lock timing.Kostis Anagnostopoulos2016-09-291-0/+3
* Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos2016-09-281-2/+2
* win: GC.collect on all TC.tearDown to fix appveyor hang runsKostis Anagnostopoulos2016-09-261-0/+4
* fix(commit): serialization timezone handlingSebastian Thiel2015-08-171-1/+1
* Added search_parent_directories keyword argument to Repo type.Sebastian Thiel2015-01-101-2/+2
* Made improvements to assure test-cases don't leak file handlesSebastian Thiel2015-01-071-0/+11
* Once again, make flake8 happySebastian Thiel2015-01-071-1/+1
* This should fix flake8 on py3Sebastian Thiel2015-01-071-1/+1
* Make flake8 happySebastian Thiel2015-01-061-1/+0
* test_streams worksSebastian Thiel2015-01-061-1/+1
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-051-2/+2
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-3/+6
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-1/+1
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-041-190/+0
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-044-49/+60
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-045-13/+18
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-043-11/+17
* Applied autopep8Sebastian Thiel2015-01-042-2/+3
* Auto-skip performance tests more quietly on travisSebastian Thiel2015-01-035-25/+11
* Fixed all remaining non-performance testsSebastian Thiel2015-01-036-30/+40
* Applied autopep8Sebastian Thiel2014-11-195-31/+52
* pep8 linting (trailing whitespace)Antoine Musso2014-11-164-16/+16
* pep8 linting (whitespace before/after)Antoine Musso2014-11-164-17/+17
* pep8 linting (blank lines expectations)Antoine Musso2014-11-164-4/+7
* pep8 linting (whitespaces)Antoine Musso2014-11-165-70/+70
* Minor modifications to get tests back to work.Sebastian Thiel2014-02-101-2/+2
* Adjusted required versions of pre-requisites, now the majority of the tests workSebastian Thiel2014-02-101-2/+2
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-095-465/+465
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-255-0/+552