summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* 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
* Add more tests for the CLI; issue #162Florent Xicluna2013-03-024-78/+285
* Add docstrings to test casesFlorent Xicluna2013-03-011-0/+5
* Add API testsFlorent Xicluna2013-03-011-0/+71
* Reorganize the test suite using unittest.Florent Xicluna2013-03-013-56/+99
* Fix false E302 when there's a comment before the first function or class; iss...Florent Xicluna2013-03-012-0/+29
* Fix a false E128 for indentation with tabs and add tests; issue #155Florent Xicluna2013-02-242-1/+102
* Add tests for the E721 checkFlorent Xicluna2013-02-241-0/+24
* Report E227 or E228 instead of E225 for whitespace around bitwise, shift or m...Florent Xicluna2013-02-241-1/+29
* Fix the --testsuite option to print the unexpected warningsFlorent Xicluna2013-02-241-1/+1
* Release version 1.4.21.4.2Florent Xicluna2013-02-101-2/+2
* Refactor the testing framework into a separate moduleFlorent Xicluna2013-02-101-0/+170
* Accept visual indentation without parenthesis after the if statement. Issue #151Florent Xicluna2013-02-041-0/+4
* Report E703 instead of E702 for the trailing semicolon. Issue #117Florent Xicluna2012-12-261-0/+2
* Allow sphinx.ext.autodoc syntax for comments. Issue #110Florent Xicluna2012-12-261-0/+7
* Fix crash when the source file contains an invalid line ending; closes #119Florent Xicluna2012-12-221-0/+7
* Fix regression when detecting W602 (due to e2bb226)Florent Xicluna2012-12-221-0/+2
* Regroup optional E225 checks with new error code E226 which is ignored in the...Florent Xicluna2012-12-201-10/+35
* Add changelog entry for issue #96Florent Xicluna2012-12-191-0/+4
* Merge pull request #123 to adapt E225 to the latest recommendations.Florent Xicluna2012-12-192-10/+4
|\
| * Add optional surrounding whitespace to high precedence mathematical operators...Tim Leslie2012-08-202-10/+4
* | Fix E225 when operator is preceded by a comma; issue #135Florent Xicluna2012-12-092-1/+6
* | Fix false E126 with indented comments; issue #138Florent Xicluna2012-12-091-0/+6
* | Fix false report of E231 in some casesFlorent Xicluna2012-12-092-1/+2