Skip to content

feat: stop to use `TestCase.assertItemsEqual` that was renamed

Nicola Spanti requested to merge topic/default/assertItemsEqual into branch/default

https://docs.python.org/2.7/library/unittest.html#unittest.TestCase.assertItemsEqual

In Python 3, this method is named assertCountEqual.

Now that we only support Python 3, supporting assertItemsEqual is useless.

Merge request reports