summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fixed all but the last test casegh-502Ian Lee2016-06-252-4/+7
* Updated testsuite cases for #502Ian Lee2016-06-252-28/+23
* Add W504 for line breaks before binary operatorsIan Cordasco2016-06-252-21/+19
* Removed test code unrelated to utf-8 checksIan Lee2016-06-251-17/+0
* Added test case based on @gvanrossum commentIan Lee2016-06-251-0/+11
* Added extra Okay example to test againstIan Lee2016-06-251-0/+19
* Fix issue #400: Require two blank lines after toplevel def, classNikhil Benesch2016-06-255-0/+35
* Added passing test case related to #376Ian Lee2016-06-061-1/+5
* Reverted a few spelling changesIan Lee2016-06-061-1/+1
* Fix typosSusan Tan2016-06-061-1/+1
* Change all references to the pep8 project to say pycodestyleMaxPayton2016-06-033-27/+31
* Updated tests and doc examples -> pycodestylepackage-pycodestyleIan Lee2016-05-265-103/+108
* Updated file names testedIan Lee2016-05-261-1/+1
* Fixed import in testsuiteIan Lee2016-05-261-1/+1
* Fix typoJakub Wilk2016-05-251-1/+1
* Allow spaces around = in async definitionsbug/507Ian Cordasco2016-05-231-0/+3
* Add W503 to default ignore listIan Cordasco2016-04-231-1/+1
* Fix false E251 error involving square bracketsAlex Grönholm2016-04-081-1/+2
* complain about missing space before opening parentheses of import statementŁukasz Rogalski2016-03-291-0/+14
* Fix regression in catching E711 (issue #435), add testsAndrew Tonko2015-10-071-0/+18
* Test behaviour regarding multi-line ignore parsing in config_fileKristian Glass2015-08-222-1/+63
* Support Python 3.5Steven Myint2015-07-141-0/+3
* Merge pull request #305 from yole/break-around-binary-operatorIan Lee2015-02-081-3/+3
|\
| * Report W503 for line breaks before binary operators; issue #197. #ep14boatDmitry Jemerov2014-07-241-3/+3
* | Merge branch 'issue-363' into masterIan Lee2015-01-261-0/+3
|\ \
| * | Add flush method to test support PseudoFile object; issue #363Ian Lee2015-01-121-0/+3
* | | Update tests for issue #357Ian Lee2014-12-291-0/+5
|/ /
* | Merge pull request #360 from jcrocholl/issue-316Ian Lee2014-12-221-1/+4
|\ \
| * | Update DEFAULT_IGNORE to add E121 & E126 per discussion in issues #256 #316Ian Lee2014-12-171-1/+4
* | | Add more test cases for E402; issue #304Ian Lee2014-12-201-0/+25
* | | Do not skip physical checks if the newline is escaped; issue #319issue319Florent Xicluna2014-12-182-1/+15
* | | Merge pull request #354 from jcrocholl/feature292Ian Lee2014-12-181-6/+6
|\ \ \ | |/ / |/| |
| * | Do not enforce whitespaces around ** operator; issue #292feature292Florent Xicluna2014-12-161-6/+6
* | | Merge branch fixing issues #330 and #336Florent Xicluna2014-12-171-0/+15
|\ \ \
| * | | Fix false positive E713; issue #330issue336Florent Xicluna2014-12-161-0/+10
| * | | Fix false positive E711/E712; issue #336Florent Xicluna2014-12-161-0/+5
| |/ /
* | | Add failing test for #323Ian Cordasco2014-12-171-0/+5
|/ /
* | Replace the IDENTIFIER_REGEX with the isidentifier functionFlorent Xicluna2014-12-161-3/+3
* | Merge pull request #312 from sigmavirus24/bug/311Florent Xicluna2014-12-161-0/+11
|\ \
| * | Update fix for E731Ian Cordasco2014-08-081-0/+8
| * | Fix #311. Add regex to check for field assignmentIan Cordasco2014-08-071-0/+3
| |/
* | TestCase.assertEqual is the recommended spellingFlorent Xicluna2014-12-151-11/+11
* | Remove noise from testsuite/E12not.pyFlorent Xicluna2014-12-151-2/+0
* | Merge remote-tracking branch 'yole/import-on-top-of-file' into issue304Ian Lee2014-12-141-1/+1
|\ \
| * | Report E402 for imports not on top of file; issue #264. Also add ability to k...Dmitry Jemerov2014-07-241-1/+1
| |/
* | Merge pull request #340 from bdkearns/masterIan Lee2014-12-131-1/+3
|\ \
| * | add .tox to DEFAULT_EXCLUDEBrian Kearns2014-10-231-1/+3
| |/
* | Merge pull request #347 from helenst/e711-reverse-comparisonIan Lee2014-12-131-0/+17
|\ \
| * | E711 / E712 checks test for None != arg and False == argHelen ST2014-12-111-0/+17
| |/
* | Remove stdout check that fails under pypy.Ian Lee2014-12-131-8/+1