I’d love a source code rewriter that ports existing tests to quicktest. Could start with just the low-hanging fruit, the obvious cases. Bonus for also rewriting from testify. :)
With appropriate docs or a flag, it could even do slightly-semantic-changing things like err != nil to qt.IsNonNil.
I’d love a source code rewriter that ports existing tests to quicktest. Could start with just the low-hanging fruit, the obvious cases. Bonus for also rewriting from testify. :)
With appropriate docs or a flag, it could even do slightly-semantic-changing things like
err != niltoqt.IsNonNil.