summaryrefslogtreecommitdiff
path: root/git/test/test_db.py
Commit message (Collapse)AuthorAgeFilesLines
* src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-1/+1
|
* src: import os.path as ospKostis Anagnostopoulos2016-10-161-4/+5
|
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-041-2/+2
|
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-0/+1
| | | | | | E301 expected 1 blank line, found 0 E302 expected 2 blank lines, found 1 E303 too many blank lines (n)
* pep8 linting (whitespaces)Antoine Musso2014-11-161-4/+4
| | | | | | | | | | | W191 indentation contains tabs E221 multiple spaces before operator E222 multiple spaces after operator E225 missing whitespace around operator E271 multiple spaces after keyword W292 no newline at end of file W293 blank line contains whitespace W391 blank line at end of file
* tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel2014-02-091-13/+13
| | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+25
adjusted