os-brick/os_brick/tests/windows
Dirk Mueller 188cbed313 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: I7767abc2ed4317288303fc9a2235e869f46a63b0
2020-06-23 14:14:34 +02:00
..
__init__.py Add Windows iSCSI connector 2016-06-22 10:45:48 -07:00
fake_win_conn.py Refactor iSCSI disconnect 2017-05-31 15:31:20 +02:00
test_base_connector.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00
test_base.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00
test_factory.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00
test_fibre_channel.py Switch from unittest2 compat methods to Python 3.x methods 2020-06-23 14:14:34 +02:00
test_iscsi.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00
test_smbfs.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00