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

Consider linking to `pytestify` from here #58

Closed dannysepler closed 2 years ago

dannysepler commented 2 years ago

i love pytest, and did a few large scale unittest -> pytest conversions at work. hurrah!

while unittest2pytest is awesome, it was missing a few features. i was going to diff those in, but using lib2to3 felt a bit less straightforward than ast / tokenize. So i made https://github.com/dannysepler/pytestify

just curious if you would consider linking pytestify as an alternative to unittest2pytest (since the last release here was a few years ago and pytestify is under active development)

(feel free to close if irrelevant, of course)

htgoebel commented 2 years ago

Please provide a pull-request.