flake8/tests
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
..
fixtures Add broken config file to test error handling 2016-06-16 16:19:09 -05:00
integration Fix integration tests 2016-06-14 08:03:48 -05:00
unit Add broken config file to test error handling 2016-06-16 16:19:09 -05:00
conftest.py Add a docstring to conftest 2016-01-10 13:15:25 -06:00