We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fffee8b + fa2ed71 commit e492aebCopy full SHA for e492aeb
1 file changed
tests/unit/test_checker_manager.py
@@ -76,9 +76,5 @@ def test_make_checkers():
76
style_guide = style_guide_mock()
77
style_guide.options.filenames = ["file1", "file2"]
78
manager = checker.Manager(style_guide, finder.Checkers([], [], []), [])
79
-
80
- with mock.patch("flake8.utils.fnmatch", return_value=True):
81
- with mock.patch("flake8.processor.FileProcessor"):
82
- manager.start()
83
+ manager.start()
84
assert manager.filenames == ("file1", "file2")
0 commit comments