flake8/tests/unit
Ian Cordasco 3b64ff2a1f Make Plugin.load_plugin raise a Flake8 exception
Let's catch exceptions, log them, and re-raise as a FailedToLoad
exception. This also refactors the actually loading of plugins into a
private method on the Plugin class.
2016-01-22 09:04:52 -06:00
..
test_config_file_finder.py Add test for local_configs method 2016-01-10 12:52:29 -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 Add more docstrings and fix lint errors 2016-01-10 14:47:06 -06:00
test_option.py Add more docstrings and fix lint errors 2016-01-10 14:47:06 -06:00
test_option_manager.py Add tests around new OptionManager methods 2016-01-17 21:45:32 -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 Finish testing PluginManager 2016-01-21 08:32:35 -06:00
test_plugin_type_manager.py Add tests for the PluginTypeManager 2016-01-21 22:15:38 -06:00
test_trie.py Add more docstrings and fix lint errors 2016-01-10 14:47:06 -06:00
test_utils.py Add more docstrings and fix lint errors 2016-01-10 14:47:06 -06:00