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

Fix assertRaisesRegexp as context manager syntax error #14

Closed gqmelo closed 8 years ago

htgoebel commented 8 years ago

Thanks for these fixes, too.