flake8/tests/unit
Eric N. Vander Weele 1ba56b9056 utils: Change normalize_paths() contract
The `normalize_paths()` utility was doing too much — parsing
unstructured configuration path data and dispatching the scrubbed paths
to be normalized.

Towards moving the parsing of unstructured configuration path data
closer towards were configuration occurs, have the utility accept only
structured input for normalizing paths.
2019-07-28 10:43:06 -04:00
..
conftest.py Refactor file processor tests to use fixture 2019-01-30 08:57:25 -08:00
test_application.py makes prelim_args test more explicit 2019-03-11 14:05:34 -07:00
test_base_formatter.py mypy now passes 2019-05-19 17:31:04 -07:00
test_checker_manager.py support extend-exclude Fixes #535 2019-07-08 20:12:47 +00:00
test_config_file_finder.py Fix up test files for W504 2018-10-20 12:37:32 -05:00
test_debug.py mypy now passes 2019-05-19 17:31:04 -07:00
test_decision_engine.py mypy now passes 2019-05-19 17:31:04 -07:00
test_exceptions.py Ensure exceptions are pickleable 2019-02-19 08:38:37 -08:00
test_file_checker.py Fix python2 unicode test error 2019-01-30 08:55:57 -08:00
test_file_processor.py whitelist a bandit false positive and improve type annotation 2019-05-19 09:39:14 -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 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 Fix legacy api invocation of make_notifier 2019-01-30 11:00:36 -08: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_option.py mypy now passes 2019-05-19 17:31:04 -07:00
test_option_manager.py Fix up test files for W504 2018-10-20 12:37:32 -05:00
test_plugin.py Replace setuptools with entrypoints 2018-11-05 11:08:37 -08:00
test_plugin_manager.py Replace setuptools with entrypoints 2018-11-05 11:08:37 -08:00
test_plugin_type_manager.py mypy now passes 2019-05-19 17:31:04 -07:00
test_pyflakes_codes.py Fix reporting of UndefinedLocal pyflakes error 2019-01-31 21:55:10 -08:00
test_setuptools_command.py Fix-up new I202 violations 2017-11-26 11:25:06 -06:00
test_statistics.py mypy now passes 2019-05-19 17:31:04 -07:00
test_style_guide.py Fix flake8 --statistics 2019-01-30 14:39:24 -08:00
test_utils.py utils: Change normalize_paths() contract 2019-07-28 10:43:06 -04:00
test_violation.py Update test_violation.py 2019-06-16 17:02:54 +00:00