summaryrefslogtreecommitdiff
path: root/tests/unit/test_checker_manager.py
Commit message (Expand)AuthorAgeFilesLines
* 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