mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-01 06:41:26 -07:00
Legacy pep8 updates for setup.py and tests
This commit is contained in:
parent
65e32243b8
commit
87aa59af79
14 changed files with 268 additions and 164 deletions
|
@ -389,7 +389,8 @@ class TestLoadListOfBlocks(unittest.TestCase, MixinForMocks):
|
|||
def test_block_unknown_action(self):
|
||||
ds = [{'action': 'foo'}]
|
||||
mock_play = MagicMock(name='MockPlay')
|
||||
res = helpers.load_list_of_blocks(ds, mock_play, parent_block=None, role=None, task_include=None, use_handlers=False, variable_manager=None, loader=None)
|
||||
res = helpers.load_list_of_blocks(ds, mock_play, parent_block=None, role=None, task_include=None, use_handlers=False, variable_manager=None,
|
||||
loader=None)
|
||||
|
||||
self.assertIsInstance(res, list)
|
||||
for block in res:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue