flake8/tests/unit
Craig Silverstein a5573fc864 Move all uses of pool inside run_parallel().
This includes creating the pool, tearing it down under normal use, and
tearing it down in case of exception.

Doing this makes it harder to leak processes, as for instance was
happening in #410.

Fixes #410
2018-03-02 20:49:31 -08:00
..
test_application.py Fix finding of local config files. 2017-08-07 17:57:25 -07:00
test_base_formatter.py Respect a formatter's newline setting when printing 2017-12-31 18:50:59 -06:00
test_checker_manager.py Move all uses of pool inside run_parallel(). 2018-03-02 20:49:31 -08:00
test_config_file_finder.py Fix failing encoding test on appveyor 2017-10-19 08:33:55 -07:00
test_debug.py Update our plugin registration for debugging 2017-08-08 08:54:40 -05:00
test_decision_engine.py Remediate one wafer thing decision logic bug 2017-07-28 06:10:12 -05:00
test_file_checker.py Add pep8-naming to flake8 linting 2017-11-26 11:25:09 -06:00
test_file_processor.py Simplify and speed up multiprocessing 2016-11-29 09:00:33 -08:00
test_filenameonly_formatter.py Rename style_guide.Error to style_guide.Violation 2017-06-04 07:57:28 -05:00
test_get_local_plugins.py Allow our local plugin parsing to accept commas 2017-08-09 19:35:01 -05:00
test_git.py Change how we apply lazy to the git hook 2016-10-25 05:25:44 -05:00
test_legacy_api.py Add support for local (in-repo, non-setuptools) plugins. 2017-08-03 00:25:37 -07:00
test_merged_config_parser.py Add support for local (in-repo, non-setuptools) plugins. 2017-08-03 00:25:37 -07:00
test_nothing_formatter.py Rename style_guide.Error to style_guide.Violation 2017-06-04 07:57:28 -05:00
test_notifier.py Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
test_option.py Add pep8-naming to flake8 linting 2017-11-26 11:25:09 -06:00
test_option_manager.py Update our plugin registration for debugging 2017-08-08 08:54:40 -05:00
test_plugin.py Update our plugin registration for debugging 2017-08-08 08:54:40 -05:00
test_plugin_manager.py Add support for local (in-repo, non-setuptools) plugins. 2017-08-03 00:25:37 -07:00
test_plugin_type_manager.py Add pep8-naming to flake8 linting 2017-11-26 11:25:09 -06:00
test_pyflakes_codes.py Assign missing codes to PyFlakes messages 2016-11-28 10:34:38 -08:00
test_setuptools_command.py Fix-up new I202 violations 2017-11-26 11:25:06 -06:00
test_statistics.py Rename style_guide.Error to style_guide.Violation 2017-06-04 07:57:28 -05:00
test_style_guide.py Rename style_guide.Error to style_guide.Violation 2017-06-04 07:57:28 -05:00
test_trie.py Add pep8-naming to flake8 linting 2017-11-26 11:25:09 -06:00
test_utils.py Allow spaces in # noqa lists 2017-07-28 19:31:32 -05:00
test_violation.py Allow spaces in # noqa lists 2017-07-28 19:31:32 -05:00