python-tempestconf/config_tempest/tests
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
..
services Use assertCountEqual instead of assertItemsEqual 2021-05-14 13:02:57 +05:30
__init__.py Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
base.py Use assertCountEqual instead of assertItemsEqual 2021-05-14 13:02:57 +05:30
test_accounts.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_clients.py Fix and improve SSL configuration 2020-12-08 15:04:12 +00:00
test_config_tempest.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_credentials.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_flavors.py Update DEFAULT_FLAVOR_{RAM, _ALT} >= 128 2020-06-26 21:18:26 +05:30
test_profile.py Use assertCountEqual instead of assertItemsEqual 2021-05-14 13:02:57 +05:30
test_tempest_conf.py Fix flake8 errors 2020-11-14 11:17:27 +00:00
test_users.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00