flake8/tests/fixtures
Ian Cordasco 3f434f7d1c
Add broken config file to test error handling
ConfigFileFinder should absolutely handle broken/invalid config files
by refusing to try to parse them. Here we catch the ParsingError,
log the exception, and then return normally. The RawConfigParser
instance is perfectly valid still and will behave as if nothing had
been read and we just need to indicate that we didn't find any files
worthy of reading.

Related to: https://github.com/PyCQA/pycodestyle/issues/506
2016-06-16 16:19:09 -05:00
..
config_files Add broken config file to test error handling 2016-06-16 16:19:09 -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