fishtape
fishtape copied to clipboard
100% pure-Fish test runner
Sometimes a test may pass but errors are printed to the terminal. This would be a "failure" from a human perspective. Thus, it would be nice if Fishtape could detect...
Fishtape is a great testing framework, but something that is missing is a description of how much code your tests actually cover. Using `fish --debug-output` and `fish_trace` it's easy to...
**related:** #60 Here, I reproduce a case of [silent error I got on pure](https://github.com/pure-fish/pure/pull/340#pullrequestreview-1840883015) due to an invalid file. The change was made through Github UI and _suggestion_ feature so...
It seems also, that your current form of creating these functions (@test, @echo) in `fishtape` and `string collect`ing them into the newly spawned shell wouldn't work anymore, because you erase...