summaryrefslogtreecommitdiff
path: root/gitdb/test
Commit message (Expand)AuthorAgeFilesLines
* Remove and replace compat.xrangeHarmon2020-02-164-8/+4
* Remove and replace izip in TestPackHarmon2020-02-161-6/+1
* Fix deprecated calls for Python 3.9Lubomír Sedlář2020-02-131-1/+1
* Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-09-071-1/+1
* Typosstuertz2017-03-271-3/+3
* fixed to be py26 compatstuertz2017-03-271-2/+4
* close smmap handles, to be able to delete files / trees in process (req. for ...stuertz2017-03-271-2/+5
* Release the file handle, before deleting, otherwise win fails.stuertz2017-03-261-0/+1
* Fixed Tests / Code for Windows.stuertz2017-03-261-2/+2
* Skip Test on Windowsstuertz2017-03-261-0/+9
* 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