flake8/tests/unit
Germain Chazot 4f3087b369 Add minimal code to handle --prepend-config
Add code to handle config files specified with the --prepend-config
argument.

Options specified in prepend files get a higher precedence than flake8
defaults but a lower one than user configs. This allows to override
the defaults without affecting the behaviour of user and local config
files.

This implements a solution for issue #349
2018-08-19 23:41:35 +01: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 Do better testing that we actually call run_serial(). 2018-03-02 21:01:47 -08:00
test_config_file_finder.py Add minimal code to handle --prepend-config 2018-08-19 23:41:35 +01:00
test_debug.py Update our plugin registration for debugging 2017-08-08 08:54:40 -05:00
test_decision_engine.py Add some extend_ignores into decision engine test cases 2018-05-20 12:04:40 +02:00
test_file_checker.py Report error when non-exiting path is passed to flake8 2018-02-21 18:19:59 +02:00
test_file_processor.py Only skip a file if # flake8: noqa is on a line by itself 2018-07-01 08:40:26 -07: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 Add minimal code to handle --prepend-config 2018-08-19 23:41:35 +01: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 Fix issue with pep8-naming 2018-05-20 10:46:13 -05:00
test_merged_config_parser.py Add minimal code to handle --prepend-config 2018-08-19 23:41:35 +01: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 Implement --extend-ignore 2018-05-16 08:50:26 +02: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