flake8/tests/unit
Eric N. Vander Weele b42e758ac7 linters: Add flake8-bugbear for finding bugs and design problems
Also, make appropriate changes to satisfy issues flagged by
`flake8-bugbear`.
2019-10-25 17:11:30 -04:00
..
conftest.py move from optparse to argparse 2019-08-17 20:09:45 -07:00
test_application.py application: Remove preliminary argument parsing state 2019-10-01 08:48:18 +02: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 support extend-exclude Fixes #535 2019-07-08 20:12:47 +00:00
test_config_file_finder.py tests: Verify ConfigFileFinder behavior based on getcwd() 2019-10-13 13:37:19 -04:00
test_debug.py move from optparse to argparse 2019-08-17 20:09:45 -07:00
test_decision_engine.py move from optparse to argparse 2019-08-17 20:09:45 -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 Don't reset indent_char when we encounter E101 2019-09-24 13:54:32 -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: Remove args parameter from ConfigFileFinder.__init__ 2019-10-13 13:37:19 -04: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 application: Remove forwarding unused preliminary arguments 2019-10-13 13:37:19 -04:00
test_merged_config_parser.py config: Remove args parameter from ConfigFileFinder.__init__ 2019-10-13 13:37:19 -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 Type annotate flake8.options.manager 2019-09-07 14:37:50 -07:00
test_plugin.py Put plugin options into separate argparse groups 2019-08-19 15:58:34 -07: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 move from optparse to argparse 2019-08-17 20:09:45 -07:00
test_utils.py utils: Tighten parse_comma_separated_list() contract further 2019-07-28 10:43:06 -04:00
test_violation.py Update test_violation.py 2019-06-16 17:02:54 +00:00