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 imports (pytest, re) when needed #12

Closed gqmelo closed 8 years ago

htgoebel commented 8 years ago

Thanks for your fix. I'd like to merge it, but there are conflicts. To my experience, it's easier to solve them if you'd rebase your branch on current master. Thanks

gqmelo commented 8 years ago

@htgoebel, done :)

htgoebel commented 8 years ago

Thank you very much :-)