flake8/tests/unit
Eric N. Vander Weele 563220b711 config: Normalize paths in CLI-specified config relative to config dir
Paths specified in configuration files should be relative to the
directory where the configuration file resides.  Formerly, paths were
normalized relative to the current working directory where `flake8` was
invoked.  The former behavior was not expected, especially for directory
structures with subprojects each having their own configuration.
2020-05-18 17:23:08 -04:00
..
conftest.py Add unit test for dd411e95 2019-11-05 22:00:05 +09:00
test_application.py Fixes --exit-zero when empty --diff 2019-12-02 13:47:15 +09:00
test_base_formatter.py linters: Add flake8-bugbear for finding bugs and design problems 2019-10-25 17:11:30 -04:00
test_checker_manager.py Parse --jobs as a custom argparse type. Fixes #567 2020-05-13 13:25:51 -07:00
test_config_file_finder.py config: Determine path to user configuration immediately 2020-01-20 16:54:50 -05:00
test_debug.py Switch from entrypoints to importlib_metadata 2019-11-28 17:30:52 -08:00
test_decision_engine.py move from optparse to argparse 2019-08-17 20:09:45 -07:00
test_exceptions.py Switch from entrypoints to importlib_metadata 2019-11-28 17:30:52 -08:00
test_file_checker.py Fix python2 unicode test error 2019-01-30 08:55:57 -08:00
test_file_processor.py instrument coverage on tests and require 100% coverage there 2020-03-23 12:15:29 -07:00
test_filenameonly_formatter.py move from optparse to argparse 2019-08-17 20:09:45 -07:00
test_get_local_plugins.py config: Make ConfigFileFinder 'extra_config_files' parameter optional 2020-01-12 23:28:52 -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 instrument coverage on tests and require 100% coverage there 2020-03-23 12:15:29 -07:00
test_merged_config_parser.py config: Normalize paths in CLI-specified config relative to config dir 2020-05-18 17:23:08 -04:00
test_nothing_formatter.py move from optparse to argparse 2019-08-17 20:09:45 -07:00
test_option.py Type annotate flake8.options.manager 2019-09-07 14:37:50 -07:00
test_option_manager.py Parse --jobs as a custom argparse type. Fixes #567 2020-05-13 13:25:51 -07:00
test_plugin.py Put plugin options into separate argparse groups 2019-08-19 15:58:34 -07:00
test_plugin_manager.py Switch from entrypoints to importlib_metadata 2019-11-28 17:30:52 -08:00
test_plugin_type_manager.py Switch from entrypoints to importlib_metadata 2019-11-28 17:30:52 -08: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 instrument coverage on tests and require 100% coverage there 2020-03-23 12:15:29 -07:00
test_utils.py Fix using --exclude=.* to not match . and .. 2020-05-07 12:34:38 -07:00
test_violation.py Update test_violation.py 2019-06-16 17:02:54 +00:00