charm-neutron-api/unit_tests
Brian Haley 626fee5dcc Fix a number of invalid asserts
Unit tests under py3.12 were generating these errors:

  AttributeError: 'NeutronCCContextTest' object has no attribute
    'assertEquals'. Did you mean: 'assertEqual'?
  AttributeError: 'called_with' is not a valid assertion

Fixed all test asserts to be valid and correct.

TrivialFix

Change-Id: Ic43731eda5e1617320cf2aa9cf413b45bf982214
2024-04-29 16:46:02 -04:00
..
__init__.py Improve platform mocking 2023-10-24 18:09:00 +01:00
test_actions_openstack_upgrade.py Use unittest.mock instead of mock 2021-12-15 14:05:35 +00:00
test_actions.py Use unittest.mock instead of mock 2021-12-15 14:05:35 +00:00
test_neutron_api_context.py Fix a number of invalid asserts 2024-04-29 16:46:02 -04:00
test_neutron_api_hooks.py Fix a number of invalid asserts 2024-04-29 16:46:02 -04:00
test_neutron_api_utils.py Use unittest.mock instead of mock 2021-12-15 14:05:35 +00:00
test_utils.py Use unittest.mock instead of mock 2021-12-15 14:05:35 +00:00