summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Fix python2 unicode test errorTomer Keren2019-01-302-5/+7
* Fix dogfoodTomer Keren2019-01-302-2/+3
* Write a test checking plugin failure exception handlingTomer Keren2019-01-302-0/+35
* Allow capitalized filenames in per-file-ignoresAnthony Sottile2019-01-291-3/+10
* Latest pycodestyleAnthony Sottile2019-01-292-1/+2
* Fix lintersAnthony Sottile2019-01-272-3/+3
* Merge branch 'master' into 'master'Ian Stapleton Cordasco2019-01-171-0/+10
|\
| * Fixed linting errorsymdatta2019-01-041-1/+1
| * test_option:Modify the tests to check support for optparse's types.ymdatta2018-11-091-5/+7
| * Added tests for optparse's 'float' and 'complex' typesymdatta2018-10-281-0/+8
* | Support more syntaxes in per-file-ignoresAnthony Sottile2019-01-071-0/+76
* | Remove unused and broken flake8.listen plugin typeAnthony Sottile2018-12-274-275/+4
* | Add tests for noqa without a spaceTomer Keren2018-12-272-0/+10
* | Replace setuptools with entrypointsAnthony Sottile2018-11-054-75/+40
* | Add tests for the expected behaviour of per-file-ignoresIan Stapleton Cordasco2018-10-271-0/+100
|/
* Fixups after 3.6.0 releaseAnthony Sottile2018-10-231-12/+11
* Be explicit about the bytes put into test filesAnthony Sottile2018-10-231-5/+6
* Revert "Merge branch 'revert-63b91c95' into 'master'"Anthony Sottile2018-10-231-0/+26
* Revert "Merge branch 'match_newlines_py3' into 'master'"Anthony Sottile2018-10-231-26/+0
* Merge branch 'match_newlines_py3' into 'master'Anthony Sottile2018-10-231-0/+26
|\
| * Fix inconsistent newlines read from a file in python3Anthony Sottile2018-10-221-0/+26
* | Fix collections ABCs deprecation warning.Jintao Zhang2018-10-231-2/+7
|/
* Fix up test files for W504Ian Stapleton Cordasco2018-10-203-15/+15
* Only skip a file if `# flake8: noqa` is on a line by itselfAnthony Sottile2018-07-011-0/+1
* Fix issue with pep8-namingIan Stapleton Cordasco2018-05-201-3/+3
* Add some extend_ignores into decision engine test casesVille Skyttä2018-05-201-44/+61
* Implement --extend-ignoreVille Skyttä2018-05-162-0/+2
* Merge branch '405-nonexisting-files' into 'master'Ian Stapleton Cordasco2018-04-152-0/+16
|\
| * Report error when non-exiting path is passed to flake8Avraham Shukron2018-02-212-0/+16
* | Do better testing that we actually call run_serial().Craig Silverstein2018-03-021-2/+6
* | Move all uses of `pool` inside `run_parallel()`.Craig Silverstein2018-03-021-2/+4
|/
* Respect a formatter's newline setting when printingIan Stapleton Cordasco2017-12-311-4/+4
* Add pep8-naming to flake8 lintingIan Stapleton Cordasco2017-11-264-12/+12
* Fix-up new I202 violationsIan Stapleton Cordasco2017-11-261-1/+0
* Fix failing encoding test on appveyorAnthony Sottile2017-10-191-2/+2
* Catch UnicodeDecodeError while parsing config filesAnthony Sottile2017-10-091-1/+12
* Allow our local plugin parsing to accept commasIan Stapleton Cordasco2017-08-091-0/+3
* Update our plugin registration for debuggingIan Stapleton Cordasco2017-08-083-39/+45
* Fix finding of local config files.Carl Meyer2017-08-071-0/+10
* Simplify application tests; remove unneeded mockingCarl Meyer2017-08-071-27/+22
* Append [local] to version of local plugins.Carl Meyer2017-08-061-0/+11
* Add support for local (in-repo, non-setuptools) plugins.Carl Meyer2017-08-036-52/+109
* Allow spaces in # noqa listsIan Stapleton Cordasco2017-07-282-0/+2
* Remediate one wafer thing decision logic bugIan Stapleton Cordasco2017-07-281-4/+3
* Reproduce quiet/verbose config problemShinya Kawaguchi2017-07-221-3/+21
* Add some better comments for decision logicIan Cordasco2017-06-041-1/+3
* Get *one* more line of test coverageIan Cordasco2017-06-041-0/+3
* Rename style_guide.Error to style_guide.ViolationIan Cordasco2017-06-046-52/+68
* Rename methods on the new DecisionEngineIan Cordasco2017-06-031-6/+7
* Move unit tests for StyleGuide decision logicIan Cordasco2017-06-022-176/+178