summaryrefslogtreecommitdiff
path: root/gitdb/test/performance/lib.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed up tests to use the GITDB_TEST_GIT_REPO_BASE at all timesSebastian Thiel2015-01-081-28/+2
| | | | | | | I have verified that all tests are working, even without a parent git repository, as long as the said environment variable is set. Fixes #16
* Applied autopep8Sebastian Thiel2015-01-041-12/+8
| | | | autopep8 -v -j 8 --max-line-length 120 --in-place --recursive
* Performance tests are now part of the test-suite.Sebastian Thiel2014-11-141-16/+11
| | | | | | | By default, a small repository will be tested, which doesn't take that long actually (~20s) Additionally, that way we enforce correctness tests, which didn't run by default previously. As we are handling data here, we must be sure that it's handled correctly, thus the tests should run.
* Fixed all applicable lint issuesSebastian Thiel2014-11-131-3/+1
|
* tabs to spacesSebastian Thiel2014-02-091-28/+28
|
* preprended all modules with licensing informationSebastian Thiel2011-02-231-0/+4
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-0/+50
Submodule relinked to point to new github location, and moved as well