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 remove_class #50

Open Code0x58 opened 3 years ago

Code0x58 commented 3 years ago

This is to fix #49

Code0x58 commented 3 years ago

Thanks for the review, I amended with changes.

Previously I put in too many cases while trying to understand show things were tokenised, so now they've been simplified and moved to their own fixture.