summaryrefslogtreecommitdiff
path: root/gitdb/test/db/test_ref.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle more file open/close with "with"Ville Skyttä2016-07-271-4/+3
|
* Make tests independent of actual repository dataSebastian Thiel2015-01-081-1/+1
| | | | | | | Therefore, hardcoded sha's are not allowed anymore, as the contents of the repository is unknown. Fixes #16, for real this time ;)
* Removed unused imports - should have been in the last commit obviouslySebastian Thiel2015-01-081-1/+0
|
* Fixed up tests to use the GITDB_TEST_GIT_REPO_BASE at all timesSebastian Thiel2015-01-081-1/+1
| | | | | | | 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-2/+3
| | | | autopep8 -v -j 8 --max-line-length 120 --in-place --recursive
* reduced usage of force_bytes as clients are expected to pass bytes.Sebastian Thiel2014-11-131-3/+5
| | | | | | It was useful for debugging though, maybe an explicit type assertions would help others ? As 'others' will be gitpython, I suppose I can handle it myself
* Bytes for everyone!Kevin Brown2014-07-131-2/+1
|
* More bytes handlingKevin Brown2014-07-131-1/+1
|
* Pick off the low hanging fruitKevin Brown2014-07-131-1/+1
| | | | | | | | | | | This fixes most of the import errors that came from using the implicit relative imports that Python 2 supports. This also fixes the use of `xrange`, which has replaced `range` in Python 3. The same has happened for `izip`, which is also being aliased. The octal number syntax changed in Python 3, so we are now converting from strings using the `int` built-in function, which will produce the same output across both versions of Python.
* Automated PEP 8 fixesKevin Brown2014-07-131-15/+13
|
* tabs to spacesSebastian Thiel2014-02-091-49/+49
|
* preprended all modules with licensing informationSebastian Thiel2011-02-231-0/+4
|
* Fixed unittestsSebastian Thiel2010-11-301-1/+1
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-0/+56
Submodule relinked to point to new github location, and moved as well