mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Migrate cli and dependencies to use global display
This commit is contained in:
parent
1b7d3f2898
commit
318bfbb207
12 changed files with 167 additions and 131 deletions
|
@ -61,7 +61,6 @@ class TestPlayIterator(unittest.TestCase):
|
|||
})
|
||||
|
||||
mock_inventory = MagicMock()
|
||||
mock_display = MagicMock()
|
||||
mock_var_manager = MagicMock()
|
||||
|
||||
# fake out options to use the syntax CLI switch, which will ensure
|
||||
|
@ -74,7 +73,6 @@ class TestPlayIterator(unittest.TestCase):
|
|||
inventory=mock_inventory,
|
||||
variable_manager=mock_var_manager,
|
||||
loader=fake_loader,
|
||||
display=mock_display,
|
||||
options=mock_options,
|
||||
passwords=[],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue