1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-19 18:31:33 +00:00

[PR #11304/02b18593 backport][stable-12] Remove unittest.main() calls (#11305)

Remove unittest.main() calls (#11304)

Remove unittest.main() calls.

(cherry picked from commit 02b185932c)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2025-12-22 16:01:22 +01:00 committed by GitHub
parent 78625d1cd2
commit 824cb0e0a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 0 additions and 171 deletions

View file

@ -158,7 +158,3 @@ class NetworkSetModuleSpec(unittest.TestCase, OneViewBaseTestCase):
self.mock_ansible_module.exit_json.assert_called_once_with(
changed=False, ansible_facts=dict(network_set=resource_data), msg=NetworkSetModule.MSG_ALREADY_PRESENT
)
if __name__ == "__main__":
unittest.main()