neutron-dynamic-routing/neutron_dynamic_routing/tests
melissaml 6c094dbb3c Switch from unittest2 compat methods to Python 3.x methods
With the removal of Python 2.x we can remove the unittest2 compat
wrappers and switch to assertCountEqual instead of assertItemsEqual

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: If5dc6ebffc7b4f031b0350a4fe77a660a1e7becf
2020-07-05 19:38:34 +08:00
..
common Use neutron-lib's context module 2017-03-06 15:45:54 -08:00
contrib Switch functional job to Zuulv3 syntax 2020-01-21 11:50:43 +01:00
functional Switch from unittest2 compat methods to Python 3.x methods 2020-07-05 19:38:34 +08:00
unit Remove usage of six 2020-05-27 06:58:27 -04:00
__init__.py Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00