summaryrefslogtreecommitdiff
path: root/testsuite/E30.py
Commit message (Collapse)AuthorAgeFilesLines
* Add test case per @myint which regressed in the issue-366 branch. #366issue-366-regressionIan Lee2015-01-251-0/+13
|
* Fix issue #366Ian Lee2015-01-071-0/+9
| | | | | | | Move checking of def / class to higher spot in if statement. This changes some E303 errors into E302 errors, such as for: def a():\n pass\n\n\n\ndef b():\n pass
* Fix negative offset with E303 before a multi-line docstring; issue #269Florent Xicluna2014-04-051-0/+8
|
* Report correct line number for E303 with comments; issue #60Florent Xicluna2014-04-031-11/+14
|
* Fix false E302 when there's a comment before the first function or class; ↵Florent Xicluna2013-03-011-0/+13
| | | | issue #174
* Reorganize the test suite in order to check more failures with fewer test files.Florent Xicluna2010-09-111-0/+66
--HG-- rename : testsuite/E101.py => testsuite/E10.py rename : testsuite/E111.py => testsuite/E11.py rename : testsuite/E202not.py => testsuite/E20.py rename : testsuite/E211not.py => testsuite/E21.py rename : testsuite/E225not.py => testsuite/E22.py rename : testsuite/E231.py => testsuite/E23.py rename : testsuite/E241.py => testsuite/E24.py rename : testsuite/E251.py => testsuite/E25.py rename : testsuite/E261.py => testsuite/E26.py rename : testsuite/E301.py => testsuite/E30.py rename : testsuite/E301not.py => testsuite/E30not.py rename : testsuite/E401.py => testsuite/E40.py rename : testsuite/E501.py => testsuite/E50.py rename : testsuite/E701.py => testsuite/E70.py rename : testsuite/W191.py => testsuite/W19.py rename : testsuite/W292.py => testsuite/W29.py rename : testsuite/W391.py => testsuite/W39.py rename : testsuite/W601.py => testsuite/W60.py rename : testsuite/E113not.py => testsuite/latin-1.py rename : testsuite/E501not.py => testsuite/utf-8.py