smoke icon indicating copy to clipboard operation
smoke copied to clipboard

Runs tests against anything, using command-line arguments, STDIN, STDOUT and STDERR.

Results 7 smoke issues
Sort by recently updated
recently updated
newest added

Hey I didn't see it any support for testing the output against a regex expression in the documentation. Sorry if I miss it, but I consider it essential. One of...

In many cases, Smoke could potentially run multiple tests concurrently. Lots of the examples (e.g. the calculator) in the _fixtures_ directory would work. Because Smoke spawns programs that might do...

One use case for Smoke is to simply provide many different potential input and output files, and compare them. However, it gets old doing the following: ```yaml tests: - name:...

Hey, thanks for the hard work here. I have recently started adopting Smoke for [the Juvix project](https://github.com/anoma/juvix/) at [the Smoke branch](https://github.com/anoma/juvix/tree/smoke). So, let me open a few issues related to...

Is there any reason why Smoke is not in Hackage?

Many projects living on Github could get the benefit of Smoke for testing in the CIs if there is an easy Smoke Github action. Maybe a starting point is: https://github.com/rwe/actions-hlint-run...