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

assertRaises with kwargs fails #35

Closed graingert closed 5 years ago

graingert commented 5 years ago

eg:

        self.assertRaises(
            Exception,
            fn,
            query_type="exact",
            **device
        )