python-tripleoclient/tripleoclient
gugug ee7de7c839 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: Id2be00858df975e3ee6f8e12f7650e936d99d46b
2020-07-12 11:21:20 +08:00
..
config Remove undercloud_enable_paunch option 2020-06-04 03:28:49 +00:00
tests Replace assertItemsEqual with assertCountEqual 2020-07-12 11:21:20 +08:00
v1 Merge "Stop to use the __future__ module." 2020-07-07 18:52:12 +00:00
v2 Add CLI options for introspection command 2020-06-30 09:22:42 +03:00
workflows Merge "Stop to use the __future__ module." 2020-07-07 18:52:12 +00:00
__init__.py Add ReNo support 2016-10-08 00:28:43 +00:00
command.py Use correct default key file and normalize the usage 2020-02-20 08:52:09 -06:00
constants.py Add tripleo_states to default callback whitelist 2020-07-06 21:38:54 +00:00
exceptions.py Identify not allowed parameters in upgrades. 2020-06-22 16:32:31 +00:00
export.py Don't use mistral directory as WORK_DIR for config-download 2020-04-24 12:26:41 +05:30
heat_launcher.py Stop to use the __future__ module. 2020-06-21 00:01:31 +08:00
noauth_policy.json Add heat_launcher module to help launch heat-all 2017-02-08 15:49:24 -05:00
plugin.py Raise a new ValueError with the contents of the JSON is parsing fails 2020-02-14 09:39:19 +00:00
utils.py Merge "Stop to use the __future__ module." 2020-07-07 18:52:12 +00:00