summaryrefslogtreecommitdiff
path: root/git/test/lib/asserts.py
Commit message (Collapse)AuthorAgeFilesLines
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-10/+8
| | | | More to come, especially when it's about strings
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-0/+1
| | | | All performance tests still print to stderr, but do so in a py3 compatible way
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-041-4/+16
|
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-1/+0
| | | | | There is more work to do though, as many imports are still incorrect. Also, there are still print statements
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-2/+2
| | | | W291 trailing whitespace
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-0/+8
| | | | | | 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-3/+3
| | | | | | | | | | | 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
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+50
adjusted