flake8/tests/fixtures
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
..
config_files Parse hyphenated config names also 2016-06-28 05:47:14 -05:00
diffs Add tests for parse_unified_diff 2016-06-07 10:14:45 -05:00
example-code/inline-ignores Add test fixture that mirrors documented usage 2016-06-07 18:46:58 -05:00