pytestify icon indicating copy to clipboard operation
pytestify copied to clipboard

Automatically convert unittests to pytest

Results 12 pytestify issues
Sort by recently updated
recently updated
newest added

I get the following panics when I attempt to run `pytestify` that has a `self.assertAlmostEqual` from unittest: ``` Traceback (most recent call last): File "/home/batman/pyenv/versions/3.11.4/bin/pytestify", line 8, in sys.exit(main()) ^^^^^^...

Hi Thanks for the tool. I just used it to mass-modernize asserts across a ~250k line project. I found a bunch of bugs on the way. Rather than spam you...