summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Only use multiprocessing when the method is forkAnthony Sottile2019-10-281-1/+1
* Update test_violation.pyMarkus Piotrowski2019-06-161-0/+3
* mypy now passesAnthony Sottile2019-05-199-30/+16
* whitelist a bandit false positive and improve type annotationAnthony Sottile2019-05-191-3/+3
* Fix crash when file fails to tokenize but parsesAnthony Sottile2019-04-071-0/+14
* makes prelim_args test more explicitCharles Frye2019-03-111-1/+1
* Fixes handling of empty lists by ApplicationCharles Frye2019-03-071-0/+10
* Ensure exceptions are pickleableAnthony Sottile2019-02-191-0/+54
* Speed up flake8 when only 1 filename is passedAnthony Sottile2019-02-171-7/+13
* FIX 507: allow multiple letters in codesИлья Лебедев2019-02-111-0/+5
* Fix reporting of UndefinedLocal pyflakes errorAnthony Sottile2019-01-311-0/+18
* Improve error message for malformed per-file-ignoresAnthony Sottile2019-01-302-1/+29
* Fix flake8 --statisticsAnthony Sottile2019-01-302-6/+29
* Fix legacy api invocation of make_notifierAnthony Sottile2019-01-302-1/+13
* Merge branch 'is/490' into 'master'Anthony Sottile2019-01-301-0/+43
|\
| * Add integration test for `flake8 --diff`Anthony Sottile2019-01-301-0/+43
* | Fix lintersAnthony Sottile2019-01-301-4/+9
* | Refactor file processor tests to use fixtureTomer Keren2019-01-302-59/+51
* | 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
* | checker: allow physical checks to return multiple results, add testsTom Milligan2018-12-101-7/+81
* | Replace setuptools with entrypointsAnthony Sottile2018-11-055-79/+43
* | 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
|/