Remove unittest.main() calls (#11304)

Remove unittest.main() calls.
This commit is contained in:
Felix Fontein
2025-12-22 15:47:42 +01:00
committed by GitHub
parent 2c6746ffa0
commit 02b185932c
37 changed files with 0 additions and 171 deletions

View File

@@ -134,7 +134,3 @@ class FcoeNetworkSpec(unittest.TestCase, OneViewBaseTestCase):
self.mock_ansible_module.exit_json.assert_called_once_with(
changed=False, ansible_facts=dict(fcoe_network=resource_data), msg=FcoeNetworkModule.MSG_ALREADY_PRESENT
)
if __name__ == "__main__":
unittest.main()