cloudkitty/cloudkitty
wangzihao cff987ef67 Replace assertItemsEqual with assertCountEqual
assertItemsEqual was removed from Python's unittest.TestCase in
Python 3.3 [1][2]. We have been able to use them since then, because
testtools required unittest2, which still included it. With testtools
removing Python 2.7 support [3][4], we will lose support for
assertItemsEqual, so we should switch to use assertCountEqual.

[1] - https://bugs.python.org/issue17866
[2] - https://hg.python.org/cpython/rev/d9921cb6e3cd
[3] - testing-cabal/testtools#286
[4] - testing-cabal/testtools#277

Change-Id: Ib8c2acb373db791c0b74b8bea30d424dc44325a5
2020-09-17 17:20:19 +08:00
..
api Update oslo.policy and oslo.context usage 2019-12-12 15:54:51 +00:00
backend Removing author identification in all files 2019-07-22 12:21:54 +00:00
cli Stop to use the __future__ module. 2020-08-13 09:44:17 +00:00
collector Merge "Make Gnocchi connection pool configurable" 2020-09-10 20:09:46 +00:00
common Merge "Make Gnocchi connection pool configurable" 2020-09-10 20:09:46 +00:00
db Update hacking for Python3 2020-08-18 22:27:09 -03:00
fetcher Merge "Make Gnocchi connection pool configurable" 2020-09-10 20:09:46 +00:00
hacking Update hacking for Python3 2020-08-18 22:27:09 -03:00
rating Merge "Update hacking for Python3" 2020-09-07 13:06:03 +00:00
storage Update hacking for Python3 2020-08-18 22:27:09 -03:00
storage_state Introduce cloudkitty.utils 2019-11-25 16:55:02 +01:00
tests Replace assertItemsEqual with assertCountEqual 2020-09-17 17:20:19 +08:00
utils Replace tz.UTC with dateutil.tz.tzutc() 2020-08-21 15:58:38 +02:00
writer Introduce cloudkitty.utils 2019-11-25 16:55:02 +01:00
__init__.py Removed version information from setup.cfg 2015-10-19 17:27:02 +02:00
config.py Removing author identification in all files 2019-07-22 12:21:54 +00:00
dataframe.py Introduce cloudkitty.utils 2019-11-25 16:55:02 +01:00
extension_manager.py Removing author identification in all files 2019-07-22 12:21:54 +00:00
i18n.py Removing author identification in all files 2019-07-22 12:21:54 +00:00
messaging.py Make cloudkitty-processor run several workers 2019-04-15 12:45:38 +00:00
orchestrator.py Update hacking for Python3 2020-08-18 22:27:09 -03:00
service.py Removing author identification in all files 2019-07-22 12:21:54 +00:00
state.py Introduce cloudkitty.utils 2019-11-25 16:55:02 +01:00
version.py Improve the rpc module 2016-08-24 15:20:13 +00:00
write_orchestrator.py Removing author identification in all files 2019-07-22 12:21:54 +00:00