flake8/tests/unit
Ian Cordasco 31c32e3327
Parse hyphenated config names also
Previously Flake8 parsed both

    max-line-length = 110

And

    max_line_length = 110

From the config file without issue. When we updated our logic, I forgot
to test for that and we lost that behaviour temporarily.

Closes #152
2016-06-28 05:47:14 -05:00
..
test_base_formatter.py Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
test_checker_manager.py Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
test_config_file_finder.py Prefer .flake8 if present for options. 2016-06-25 14:22:21 -06:00
test_file_processor.py Add more processor tests 2016-04-02 11:13:23 -05:00
test_merged_config_parser.py Parse hyphenated config names also 2016-06-28 05:47:14 -05:00
test_notifier.py Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
test_option.py Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
test_option_manager.py Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
test_plugin.py Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
test_plugin_manager.py Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
test_plugin_type_manager.py Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
test_style_guide.py Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
test_trie.py Start documenting our Trie implementation 2016-02-01 20:09:15 -06:00
test_utils.py Move flake8 into src 2016-06-25 10:12:13 -05:00