summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor decision logic into its own objectIan Cordasco2017-06-011-9/+3
* Add debugging utility for FileCheckerIan Cordasco2017-06-011-0/+9
* Merge branch 'bug/318' into 'master'Ian Cordasco2017-05-281-1/+20
|\
| * Simplify conditoinal in decision logicIan Cordasco2017-05-271-0/+2
| * Add extra test cases for violation decisionsIan Cordasco2017-05-271-0/+14
| * Further refine our logic handling selectionIan Cordasco2017-05-271-1/+4
* | Prefer iter(dict) instead of dict.keys()Jon Dufresne2017-05-271-1/+1
|/
* Support spaces as error/ignore code separatorsIan Cordasco2017-05-251-0/+5
* Filter out empty ignore/select codesIan Cordasco2017-05-201-0/+5
* Clean up some uses of set, list, and dictJon Dufresne2017-05-132-5/+5
* Make formatting plugin logic easier to testIan Cordasco2017-05-131-20/+61
* Don't apply excludes greedily to subdirsAnthony Sottile2017-03-161-0/+15
* Return similarly named, non-submodule modulesIan Cordasco2017-01-221-0/+34