summaryrefslogtreecommitdiff
path: root/gitdb/test
Commit message (Expand)AuthorAgeFilesLines
* chore(ver): bump 2.0.0.dev1-->2.1.0.dev3, and morev2.1.0.dev3Kostis Anagnostopoulos2016-10-271-5/+0
* refact(elapsed): improve no div0 when time-elapsed too smallKostis Anagnostopoulos2016-10-252-16/+16
* feat(streams): use named-tuplesKostis Anagnostopoulos2016-10-253-17/+1
* fix(io): BREAKING, wrap more out-stream usagesKostis Anagnostopoulos2016-10-259-97/+94
* refact(win_errs): move HIDE_WINDOWS_KNOWN_ERRORS from main-code to testKostis Anagnostopoulos2016-10-253-5/+18
* test(travis): enable all tests (inc perf) on TravisCIKostis Anagnostopoulos2016-10-253-9/+0
* style(listuple): use literals for empty lists/tuplesKostis Anagnostopoulos2016-10-252-3/+3
* fix(win): FIX and HIDE 2 win-errors remainingv2.1.0.dev1Kostis Anagnostopoulos2016-10-248-67/+85
* feat(io): breaking API: retrofit Packers as context-managers!Kostis Anagnostopoulos2016-10-245-110/+111
* feat(io): Retrofit streams as context-managers.Kostis Anagnostopoulos2016-10-242-5/+10
* tc: HALF FIX of `test_pack_entity ()`Kostis Anagnostopoulos2016-10-221-3/+6
* TCs: fix div-by-zero on elapsed times (appveyor CPU is fast!)Kostis Anagnostopoulos2016-10-223-11/+11
* Merge pull request #28 from scop/withSebastian Thiel2016-07-303-14/+8
|\
| * Handle more file open/close with "with"Ville Skyttä2016-07-273-14/+8
* | Spelling fixesVille Skyttä2016-07-274-4/+4
|/
* Make tests independent of actual repository dataSebastian Thiel2015-01-082-4/+5
* Removed unused imports - should have been in the last commit obviouslySebastian Thiel2015-01-082-2/+0
* Fixed up tests to use the GITDB_TEST_GIT_REPO_BASE at all timesSebastian Thiel2015-01-085-36/+36
* Applied autopep8Sebastian Thiel2015-01-0417-123/+139
* Improved decompression test to scan the entire git repository, instead of jus...Sebastian Thiel2015-01-011-2/+4
* Bumped new versionSebastian Thiel2015-01-011-2/+2
* Added integrity test for loose objects to search large datasets forSebastian Thiel2015-01-011-0/+31
* Slightly improved loose object decompression testSebastian Thiel2015-01-011-1/+9
* Increased initial size of decompressed data to obtain loose object header inf...Sebastian Thiel2015-01-013-6/+10
* It seems zlib works differently in py26, and thus requires special handling.py2n3Sebastian Thiel2014-11-141-12/+1
* Now I am skipping a problematic test on travis CI.Sebastian Thiel2014-11-141-2/+12
* Added requirements.txt for pip, and optimized test-suite performance on travis.Sebastian Thiel2014-11-146-4/+31
* Performance tests are now part of the test-suite.Sebastian Thiel2014-11-145-46/+43
* reduced usage of force_bytes as clients are expected to pass bytes.Sebastian Thiel2014-11-132-7/+8
* Now tests work consistently in py2 and 3Sebastian Thiel2014-11-131-1/+1
* Fully removed all async dependenciesSebastian Thiel2014-11-136-209/+1
* Fixed all applicable lint issuesSebastian Thiel2014-11-1315-44/+55
* Merge branch 'kevin-brown-issue_4' into py2n3Sebastian Thiel2014-11-1313-300/+305
|\
| * Made sure xrange is used instead of range in python 2Sebastian Thiel2014-11-133-4/+7
| * Fixed a few more encoding issuesKevin Brown2014-07-161-1/+2
| * Start up compat and encoding filesKevin Brown2014-07-161-5/+3
| * Fix Python 2 failuresKevin Brown2014-07-132-8/+9
| * Making a bit of progress...Kevin Brown2014-07-134-24/+6
| * Bytes for everyone!Kevin Brown2014-07-132-4/+3
| * More bytes handlingKevin Brown2014-07-131-1/+1
| * Convert strings to bytes for PY3Kevin Brown2014-07-133-14/+14
| * Pick off the low hanging fruitKevin Brown2014-07-1313-31/+59
| * Automated PEP 8 fixesKevin Brown2014-07-1313-245/+237
* | Minor adjustments to adapt to changes in async (due to be removed anyway)Sebastian Thiel2014-11-132-4/+1
|/
* tabs to spacesSebastian Thiel2014-02-0917-1392/+1392
* Optimized test_pack_streaming not to cache the objects anymore. Instead an it...Sebastian Thiel2011-07-051-3/+2
* Fixed up docs for upcoming release. Bumped version to 0.5.3Sebastian Thiel2011-06-131-1/+1
* Added changelog informationSebastian Thiel2011-06-101-1/+4
* Fixed _perf module, which built, but didn't link dynamically. All the time, I...Sebastian Thiel2011-03-311-0/+43
* crc needs to be done on the pack object header as well, of courseSebastian Thiel2011-03-311-1/+1