mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
Fix legacy api invocation of make_notifier
This commit is contained in:
parent
941b120819
commit
137b45ac2f
3 changed files with 13 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ def test_get_style_guide():
|
|||
mockedapp.register_plugin_options.assert_called_once_with()
|
||||
mockedapp.parse_configuration_and_cli.assert_called_once_with([])
|
||||
mockedapp.make_formatter.assert_called_once_with()
|
||||
mockedapp.make_notifier.assert_called_once_with()
|
||||
mockedapp.make_guide.assert_called_once_with()
|
||||
mockedapp.make_file_checker_manager.assert_called_once_with()
|
||||
assert isinstance(style_guide, api.StyleGuide)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue