flake8/tests/integration
Eric N. Vander Weele 7f9f70064c aggregator: Forward --config and --isolated options during aggregation
This fixes a regression introduced in !346 to ensure that `--config` and
`--isolated` are recognized in `aggregate_options()`.

The regression manifested because `aggregate_options()` was relying on
re-parsing `argv` to obtain the option values.  However, !346 changed
the preliminary parsing logic to only parse and "eat" what is necessary
and forward along the options needed before all the configuration was
loaded.  This code path was overlooked because the tests in
`test_aggregator()` were passing but the call from the `Application`
object would never have these options in the remaining `argv` list to be
passed long.
2019-12-29 18:07:51 -05:00
..
subdir Add paths option in local-plugins config file. 2017-10-24 19:58:18 -07:00
test_aggregator.py aggregator: Forward --config and --isolated options during aggregation 2019-12-29 18:07:51 -05:00
test_api_legacy.py Fix legacy api invocation of make_notifier 2019-01-30 11:00:36 -08:00
test_checker.py Switch from entrypoints to importlib_metadata 2019-11-28 17:30:52 -08:00
test_main.py Merge branch 'specific_noqa_pycodestyle' into 'master' 2019-10-28 16:51:09 +00:00
test_plugins.py Add paths option in local-plugins config file. 2017-10-24 19:58:18 -07:00