flake8/tests/unit
Ian Cordasco 91e07ebcff Refactor off-by-default plugins and enabling them
We move the logic to add or remove a plugin from the default ignore
list to individual methods on the Plugin class (Plugin#enable,
Plugin#disable) and use that when registering and parsing options.

If the plugin is off-by-default, Plugin#register_options will use
Plugin#disable. When parsing options via Plugin#provide_options, if
the plugin has been specified in --enable-extensions then it will be
re-enabled via Plugin#enable.
2016-05-28 11:57:18 -05:00
..
test_checker_manager.py Add test for the make_checkers method 2016-05-07 19:07:14 -05:00
test_config_file_finder.py Fix import ordering in test files 2016-02-25 14:41:37 -06:00
test_file_processor.py Add more processor tests 2016-04-02 11:13:23 -05:00
test_merged_config_parser.py Fix import ordering in test files 2016-02-25 14:41:37 -06:00
test_notifier.py Fix import ordering in test files 2016-02-25 14:41:37 -06:00
test_option.py Fix import ordering in test files 2016-02-25 14:41:37 -06:00
test_option_manager.py Update tests after last night's refactor 2016-05-10 16:37:45 -05:00
test_plugin.py Refactor off-by-default plugins and enabling them 2016-05-28 11:57:18 -05:00
test_plugin_manager.py Fix import ordering in test files 2016-02-25 14:41:37 -06:00
test_plugin_type_manager.py Silence pytest warnings 2016-03-26 08:51:21 -05:00
test_style_guide.py Fix import ordering in test files 2016-02-25 14:41:37 -06:00
test_trie.py Start documenting our Trie implementation 2016-02-01 20:09:15 -06:00
test_utils.py Fix import ordering in test files 2016-02-25 14:41:37 -06:00