flake8/tests/unit
Ian Cordasco 24d2689a05 Distinguish check types via plugin type manager
Flake8 and pep8 has historically supported three types of checks:

- Plugins that accept the physical line
- Plugins that accept the logical line
- Plugins that accept the AST tree

The logical place to make this distinction is on the Checkers plugin
type manager class. This adds the foundation for finding plugins that
fall into each class.
2016-02-23 23:20:34 -06:00
..
test_config_file_finder.py Make pylint happier 2016-02-19 15:10:46 -06:00
test_file_checker.py Add line splitting and file reading 2016-02-23 11:17:11 -06:00
test_merged_config_parser.py Add tests around merge_user_and_local_config and parse 2016-01-10 22:07:30 -06:00
test_notifier.py Fix Notifier.listeners_for 2016-02-19 18:55:01 -06:00
test_option.py Fix other tests after pylint fixes 2016-02-19 16:10:00 -06:00
test_option_manager.py Log extended default values and add a test 2016-01-24 22:14:21 -06:00
test_plugin.py Make Plugin.load_plugin raise a Flake8 exception 2016-01-22 09:04:52 -06:00
test_plugin_manager.py Move __contains__ and __getitem__ to proper class 2016-02-02 16:53:24 -06:00
test_plugin_type_manager.py Fix other tests after pylint fixes 2016-02-19 16:10:00 -06:00
test_style_guide.py Remove arguments from StyleGuide 2016-02-19 16:10:38 -06:00
test_trie.py Start documenting our Trie implementation 2016-02-01 20:09:15 -06:00
test_utils.py Distinguish check types via plugin type manager 2016-02-23 23:20:34 -06:00