mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Update tests after last night's refactor
This commit is contained in:
parent
f20d44565b
commit
559922dbbc
2 changed files with 18 additions and 26 deletions
|
|
@ -114,12 +114,6 @@ def test_register_options():
|
|||
|
||||
# Assert that we call add_options
|
||||
plugin_obj.add_options.assert_called_once_with(option_manager)
|
||||
# Assert that we register the plugin
|
||||
option_manager.register_plugin.assert_called_once_with(
|
||||
entry_point_name='T000',
|
||||
version=plugin_obj.version,
|
||||
name=plugin_obj.name,
|
||||
)
|
||||
|
||||
|
||||
def test_register_options_checks_plugin_for_method():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue