Software Project Python 2to3 continued... 78 percent coverage!

So about 20 days worth of work but the editor ( https://github.com/jpfxgood/ped ) is much better for it. A lot of bugs have been fixed and the general quality of the code has been improved in many places. There are a bunch of cool examples in the pytest code including sort of extending one of their fixtures. Discovered some subtle bugs that have been there since day one which shows that the tests are pretty sensitive. I also matured some functionality liked wrapped mode for example, it is now stable and tested and useful.

I’m going to move on to the backup/sync program ( https://github.com/jpfxgood/bkp ) and creating tests for the Python 3 version of that.

Here’s the final video of test suite running:

This is the final set of tests generating about 78% coverage of the editor code.