mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
fixed tox tests
This commit is contained in:
parent
ee414e93f5
commit
54d81ee27d
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ def test_raises_exception_on_failed_plugin(tmp_path, default_options):
|
|||
"parameters": dict(),
|
||||
"plugin": mock.MagicMock(side_effect=ValueError),
|
||||
}
|
||||
"""Verify a failing plugin results in an plugin error"""
|
||||
fchecker = checker.FileChecker(
|
||||
str(foobar), checks=[], options=default_options
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue