flake8/tests
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
..
fixtures/config_files Update fixture README with descriptions 2016-01-19 06:43:47 -06:00
integration Fix import ordering in test files 2016-02-25 14:41:37 -06:00
unit Refactor off-by-default plugins and enabling them 2016-05-28 11:57:18 -05:00
conftest.py Add a docstring to conftest 2016-01-10 13:15:25 -06:00