summaryrefslogtreecommitdiff
path: root/tests/unit/test_checker_manager.py
Commit message (Expand)AuthorAgeFilesLines
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-1/+1
* Parse --jobs as a custom argparse type. Fixes #567Ruairidh MacLeod2020-05-131-1/+2
* instrument coverage on tests and require 100% coverage thereAnthony Sottile2020-03-231-1/+3
* Only use multiprocessing when the method is forkAnthony Sottile2019-10-281-1/+1
* support extend-exclude Fixes #535Thomas Grainger2019-07-081-6/+5
* Speed up flake8 when only 1 filename is passedAnthony Sottile2019-02-171-7/+13
* Latest pycodestyleAnthony Sottile2019-01-291-1/+1
* 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
* Simplify and speed up multiprocessingAnthony Sottile2016-11-291-2/+2
* Serialize Checkers PluginTypeManager to a dictIan Cordasco2016-08-031-1/+7
* Diable multiprocessing behaviour on WindowsIan Cordasco2016-07-291-1/+2
* Configure flake8-import-order to use Google StyleIan Cordasco2016-06-171-3/+2
* Add test for the make_checkers methodIan Cordasco2016-05-071-0/+17
* Fix import orderingIan Cordasco2016-04-051-2/+4
* Refactor checker manager and add testsIan Cordasco2016-04-051-4/+18
* Add unit tests around serial retriesIan Cordasco2016-04-031-0/+27