mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
add check for a missing specified config file
This commit is contained in:
parent
d478d92299
commit
d948169292
2 changed files with 6 additions and 2 deletions
|
|
@ -394,7 +394,7 @@ def test_config_file_not_found(tmpdir, capsys):
|
|||
|
||||
expected = """\
|
||||
There was a critical error during execution of Flake8:
|
||||
The specified config file does not exist
|
||||
The specified config file does not exist: missing.cfg
|
||||
"""
|
||||
|
||||
with tmpdir.as_cwd():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue