summaryrefslogtreecommitdiff
path: root/testsuite/test_api.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated tests and doc examples -> pycodestylepackage-pycodestyleIan Lee2016-05-261-71/+74
|
* Fix typoJakub Wilk2016-05-251-1/+1
|
* Add W503 to default ignore listIan Cordasco2016-04-231-1/+1
| | | | Closes #498
* Support Python 3.5Steven Myint2015-07-141-0/+3
| | | | | | | This involves fixing a test and avoiding a function deprecated since Python 3.0. https://docs.python.org/dev/library/inspect.html#inspect.getargspec
* Update DEFAULT_IGNORE to add E121 & E126 per discussion in issues #256 #316Ian Lee2014-12-171-1/+4
|
* Merge pull request #340 from bdkearns/masterIan Lee2014-12-131-1/+3
|\ | | | | Merged, thanks!
| * add .tox to DEFAULT_EXCLUDEBrian Kearns2014-10-231-1/+3
| |
* | Remove stdout check that fails under pypy.Ian Lee2014-12-131-8/+1
| | | | | | | | | | This second E901 error actually only shows up in the test framework and does not happen if you run the code within the Python interpreter.
* | Don't crash if build_tokens_line() returns None; issue #306Ian Lee2014-12-131-0/+45
|/
* Do not report E704 in the default configuration; issue #277Florent Xicluna2014-05-291-1/+1
|
* Fix testsFlorent Xicluna2014-04-261-2/+2
|
* Merge checker W292 with checker W391 for better performanceFlorent Xicluna2014-04-141-1/+1
|
* 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
|
* Merge, add E265 for space before block comment; issue #190Florent Xicluna2014-03-251-2/+2
|\
| * Add E265 for space before block comment; issue #190Florent Xicluna2013-05-011-2/+2
| |
* | Revert previous change and fix the 'paths' keyword argument instead; fixes #246Florent Xicluna2014-03-231-1/+1
| |
* | Fix issue with --select and flake8 extensions; issue #216Florent Xicluna2013-07-041-0/+7
| |
* | Merge pull request #207 from jcrocholl/issue103Florent Xicluna2013-06-151-2/+2
|\ \ | | | | | | Fix issue #103 - closing bracket indentation gains flexibility
| * | Of course the testsuite needs fixing to ignore E123 tooFlorent Xicluna2013-05-021-2/+2
| |/
* | Don't crash when checking the BOM on Unicode lines, with Python 2Florent Xicluna2013-05-051-2/+17
|/
* Do not crash when running AST checks and the document contains null bytesFlorent Xicluna2013-04-271-13/+21
|
* Give priority to --select over --ignore; issue #188Florent Xicluna2013-04-161-0/+12
|
* Fix two test cases for Python 3.3Florent Xicluna2013-03-021-2/+4
|
* More API testsFlorent Xicluna2013-03-021-1/+214
|
* Add more tests for the CLI; issue #162Florent Xicluna2013-03-021-0/+81