summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Remove an extra comma in the testFlorent Xicluna2014-03-261-1/+1
* Ack PyPy SyntaxErrorFlorent Xicluna2014-03-261-2/+9
* Add a message for test_check_nullbytesFlorent Xicluna2014-03-261-1/+2
* Report E131 instead of E121 / E126 for unaligned hanging indentFlorent Xicluna2014-03-251-4/+4
* Merge. Allow long lines in docstrings and comments.Florent Xicluna2014-03-256-8/+96
|\
| * Allow long lines in comments too, with similar rules; related to issue #224Florent Xicluna2014-03-232-6/+40
| * Merge branch 'master' of https://github.com/gward/pep8 into gward-masterFlorent Xicluna2014-03-234-0/+54
| |\
| | * Add one more test case for issue #224 (based on code review)Greg Ward2013-11-171-0/+3
| | * Optionally disable physical line checks inside multiline strings (issue #242)Greg Ward2013-11-081-0/+14
| | * Allow long lines in multiline strings if they cannot be wrapped (issue #224).Greg Ward2013-11-081-0/+12
| | * Fix an incorrect "W391 blank line at EOF"Greg Ward2013-11-081-0/+6
| | * Add some test cases for multiline strings.Greg Ward2013-11-083-0/+19
* | | Clarify E121 and E126 for hanging indents, and reports all over-indented cont...Florent Xicluna2014-03-251-5/+5
* | | Merge, add E265 for space before block comment; issue #190Florent Xicluna2014-03-254-4/+31
|\ \ \
| * | | More tests for E265 with the shebangFlorent Xicluna2013-05-021-0/+6
| * | | Add tests for E265Florent Xicluna2013-05-011-1/+18
| * | | Add E265 for space before block comment; issue #190Florent Xicluna2013-05-013-3/+7
* | | | Merge branch 'master' into issue126Florent Xicluna2014-03-2517-134/+435
|\ \ \ \
| * | | | Catch more E713 and E714 with a regular expression; issue #236 continuedFlorent Xicluna2014-03-251-2/+34
| * | | | Relax a bit the regex for W602, 3-arguments raise; closes #34Florent Xicluna2014-03-241-0/+1
| * | | | A false positivee E126 when indenting with tabs; closes #204Florent Xicluna2014-03-242-1/+33
| * | | | A false positive E126 with embedded colon; fixes #144Florent Xicluna2014-03-243-7/+13
| * | | | Avoid printing errors twiceFlorent Xicluna2014-03-241-1/+1
| * | | | Do not report multiple E101 if only one line starts with a tab; issue #237Florent Xicluna2014-03-242-1/+24
| * | | | Improve the test framework to count the errors, motivated by issue #237Florent Xicluna2014-03-249-34/+41
| * | | | Added a test from issue #215Florent Xicluna2014-03-241-0/+3
| * | | | Fix a false positive E124 for hanging indent: issue #254Florent Xicluna2014-03-232-0/+42
| * | | | Revert previous change and fix the 'paths' keyword argument instead; fixes #246Florent Xicluna2014-03-231-1/+1
| | |/ / | |/| |
| * | | Fix regression with multiple brackets; issue #214Florent Xicluna2014-03-221-1/+10
| | |/ | |/|
| * | Fix issue with --select and flake8 extensions; issue #216Florent Xicluna2013-07-041-0/+7
| * | Another E122 not detectedFlorent Xicluna2013-06-161-0/+8
| * | Merge pull request #207 from jcrocholl/issue103Florent Xicluna2013-06-151-2/+2
| |\ \
| | * | Of course the testsuite needs fixing to ignore E123 tooFlorent Xicluna2013-05-021-2/+2
| * | | Fix false positive E121 with multiple brackets; issue #203Florent Xicluna2013-06-151-0/+14
| * | | Fix E122 not detected in some cases; issue #201Florent Xicluna2013-06-151-0/+6
| * | | Don't crash when checking the BOM on Unicode lines, with Python 2Florent Xicluna2013-05-051-2/+17
| * | | Fix E70x not detected sometimes; issue #196Florent Xicluna2013-05-031-0/+4
| | |/ | |/|
| * | Merge pull request #193 from sporty/masterFlorent Xicluna2013-05-011-0/+6
| |\ \ | | |/ | |/|
| | * utf-8 bom support.Ryo Takahashi2013-04-291-0/+6
| * | Do not crash when running AST checks and the document contains null bytesFlorent Xicluna2013-04-271-13/+21
| * | Reorder the tests for E12Florent Xicluna2013-04-261-105/+111
| * | Report other E12 errors when E123 is ignored; issue #103Florent Xicluna2013-04-262-0/+57
| |/
| * Give priority to --select over --ignore; issue #188Florent Xicluna2013-04-161-0/+12
| * Fix config parser testsFlorent Xicluna2013-03-241-3/+6
* | Split E125 for visual indent versus hanging indent; issue #126Florent Xicluna2013-03-221-2/+2
|/
* Honor # noqa for errors E711 and E712; issue #180Florent Xicluna2013-03-211-0/+15
* Fix two test cases for Python 3.3Florent Xicluna2013-03-021-2/+4
* More API testsFlorent Xicluna2013-03-024-12/+225
* nose compatFlorent Xicluna2013-03-022-8/+8
* Fix 'python setup.py test'Florent Xicluna2013-03-021-4/+7