python-tempestconf/config_tempest/tests/services
yatinkarel 9a2d7cbbb0 Use assertCountEqual instead of assertItemsEqual
The assertItemsEqual method has been removed in Python 3.3 [1] but
it was kept alive by unittest2, imported by testtools. For better
compatibility, change to assertCountEqual.

[1] https://bugs.python.org/issue17866

Change-Id: Ia9768b9b889becbbc6153f3866e9fdf625fe4f5e
2021-05-14 13:02:57 +05:30
..
__init__.py Refactor to improve modularity, scalability, OOP 2018-04-16 14:48:14 +00:00
test_aws.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_base.py Use assertCountEqual instead of assertItemsEqual 2021-05-14 13:02:57 +05:30
test_ceilometer.py Clear the difference between service type and name 2019-06-04 15:06:50 +00:00
test_compute.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_horizon.py Stop trying to use identity URI if dashboard URL exists 2021-04-16 21:24:32 -04:00
test_identity.py Use assertCountEqual instead of assertItemsEqual 2021-05-14 13:02:57 +05:30
test_image.py Remove deprecated scenario image option 2021-01-25 10:01:15 +00:00
test_network.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_object_storage.py Use assertCountEqual instead of assertItemsEqual 2021-05-14 13:02:57 +05:30
test_octavia.py Edit assert to support py2 2020-08-06 04:54:12 +00:00
test_services.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_volume.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00