flake8/tests
Ian Cordasco 73be9b0e90
Add OptionManager#parse_known_args
If a user specified `--max-complexity` on the command-line, they
would be told that it did not exist. The same would be true of any
option provided by a plugin. This is because we parse the command-line
arguments twice in Flake8 -- the first time to specify the verbosity
and destination for logging, the second time to actually execute Flake8.
Since plugin options are not registered to start with the first time,
they are not valid options. So when we first parse the options, we should
only attempt to parse the ones which we know about.

Closes #168
2016-07-16 10:07:19 -05:00
..
fixtures Add empty file as a test fixture 2016-07-09 19:41:47 -05:00
integration Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
unit Add OptionManager#parse_known_args 2016-07-16 10:07:19 -05:00
conftest.py Add a docstring to conftest 2016-01-10 13:15:25 -06:00