summaryrefslogtreecommitdiff
path: root/gitdb/test/test_example.py
Commit message (Collapse)AuthorAgeFilesLines
* fix(win): FIX and HIDE 2 win-errors remainingv2.1.0.dev1Kostis Anagnostopoulos2016-10-241-14/+7
| | | | | + File-in-use errors were fixed with `gitdb.util.mman.collect()`! + This call is disabled `gitdb.util.HIDE_WINDOWS_KNOWN_ERRORS == False`. + Depend on latest smmp `v2.1.0.dev1` tag
* Fixed up tests to use the GITDB_TEST_GIT_REPO_BASE at all timesSebastian Thiel2015-01-081-5/+3
| | | | | | | 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-1/+2
| | | | autopep8 -v -j 8 --max-line-length 120 --in-place --recursive
* Fully removed all async dependenciesSebastian Thiel2014-11-131-23/+0
|
* Fixed all applicable lint issuesSebastian Thiel2014-11-131-1/+4
|
* Fix Python 2 failuresKevin Brown2014-07-131-3/+3
|
* Making a bit of progress...Kevin Brown2014-07-131-7/+1
| | | | | | | This changes the internals to use BytesIO over StringIO, which fixed a few of the failing tests in Python 3. We are only importing from `io` now, instead of the entire chain, as this is available in Python 2.6+.
* Pick off the low hanging fruitKevin Brown2014-07-131-3/+9
| | | | | | | | | | | 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-13/+13
|
* tabs to spacesSebastian Thiel2014-02-091-51/+51
|
* 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/+60
Submodule relinked to point to new github location, and moved as well