mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Legacy pep8 updates for setup.py and tests
This commit is contained in:
@@ -135,4 +135,7 @@ class TestPlaybookExecutor(unittest.TestCase):
|
||||
play = playbook.get_plays()[0]
|
||||
play.post_validate(templar)
|
||||
mock_inventory.get_hosts.return_value = ['host0','host1','host2','host3','host4','host5','host6','host7','host8','host9','host10']
|
||||
self.assertEqual(pbe._get_serialized_batches(play), [['host0','host1'],['host2','host3'],['host4','host5'],['host6','host7'],['host8','host9'],['host10']])
|
||||
self.assertEqual(
|
||||
pbe._get_serialized_batches(play),
|
||||
[['host0','host1'],['host2','host3'],['host4','host5'],['host6','host7'],['host8','host9'],['host10']]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user