flake8/tests/integration
Eric N. Vander Weele 50ac2f7237 Hoist passing through sys.argv at the CLI layer
`flake8.main.cli.main()` is the primary entry point for the command-line
implementation of flake8 (invoked via `__main__` or `console_scripts`).
Therefore, it is reasonable for the entry point to be responsible for
obtaining command line arguments from `sys.argv` there.

Additionally, the contract for various argument parsing methods to be
guaranteed a `List[str]`.
2019-08-28 17:51:33 -04:00
..
subdir Add paths option in local-plugins config file. 2017-10-24 19:58:18 -07:00
test_aggregator.py Add support for local (in-repo, non-setuptools) plugins. 2017-08-03 00:25:37 -07:00
test_api_legacy.py Fix legacy api invocation of make_notifier 2019-01-30 11:00:36 -08:00
test_checker.py support extend-exclude Fixes #535 2019-07-08 20:12:47 +00:00
test_main.py Hoist passing through sys.argv at the CLI layer 2019-08-28 17:51:33 -04:00
test_plugins.py Add paths option in local-plugins config file. 2017-10-24 19:58:18 -07:00