Improving test coverage
Author: SeanstoppableCreated Jul 23, 2026Updated Jul 23, 2026
One of the more painful parts of working with this before is the lack of test coverage, resulting in well intentioned changes actually breaking a lot of things. I'm planning to use an LLM to improve test coverage module by module in order to make major changes safer. For example, if we have to upgrade tview/tcell and that goes and changes our rendering in some module (vague recollection of actual issue from years ago)
Source: wtfutil/wtf