pytest-dev / unittest2pytest

helps rewriting Python `unittest` test-cases into `pytest` test-cases
GNU General Public License v3.0
128 stars 27 forks source link

Add support for assertItemsEqual #42

Closed jck closed 5 years ago

jck commented 5 years ago

This is based on the description here: https://docs.python.org/2/library/unittest.html#unittest.TestCase.assertItemsEqual

htgoebel commented 5 years ago

Thank you very much for this enhancement. I just merged it,

jck commented 5 years ago

Thanks! Is there any chance you can make a release with this change?