flake8/tests/unit
Ian Cordasco 33f982b446 Rely on Python 3.4 backport of configparser
Python 2.7's ConfigParser module does not allow for the behaviour we
have documented for config files in Flake8 3.0. To compensate for that,
we add a dependency on the configparser backport on PyPI for Python 2.7
2016-05-30 12:51:31 -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 Rely on Python 3.4 backport of configparser 2016-05-30 12:51:31 -05:00
test_file_processor.py Add more processor tests 2016-04-02 11:13:23 -05:00
test_merged_config_parser.py Add example configuration sections to the docs 2016-05-28 12:00:47 -05: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