fishtape icon indicating copy to clipboard operation
fishtape copied to clipboard

100% pure-Fish test runner

Results 4 fishtape issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

**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...