diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-01-10 14:36:52 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-01-10 14:36:52 -0600 |
| commit | 59035767329af1a6e29b9b16f172064102d4bdee (patch) | |
| tree | 940134944600b2d0e9223dce79345fb81352bdf6 /tests | |
| parent | a8576aff1239c3eb3e4d3e3ab28e82d045665e8e (diff) | |
| download | flake8-59035767329af1a6e29b9b16f172064102d4bdee.tar.gz | |
Ignore only D203 and fix Flake8 errors
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit/test_merged_config_parser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_merged_config_parser.py b/tests/unit/test_merged_config_parser.py index 028ad18..96f6aae 100644 --- a/tests/unit/test_merged_config_parser.py +++ b/tests/unit/test_merged_config_parser.py @@ -40,6 +40,7 @@ def test_creates_its_own_config_file_finder(args, extra_config_files, def test_parse_cli_config(optmanager): + """Parse the specified config file as a cli config file.""" optmanager.add_option('--exclude', parse_from_config=True, comma_separated_list=True, normalize_paths=True) |
