1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-07 16:22:14 +03:00
juvix/tests/smoke/Commands
Jonathan Cubides 8805a02eff
Use Smoke instead of shelltestrunner (#1710)
This PR adds smoke tests using [Smoke
tool](https://github.com/SamirTalwar/smoke) for all the shell tests we
have. One reason for adopting Smoke instead of the previous tool,
`shelltestrunner`, is that tests are declared cleanly and simply using
Smoke Yaml syntax compared to shelltestrunner's syntax.

To add a new smoke test, create a file with the suffix ".smoke.yaml" in
the `tests/smoke` folder. In such a folder, you can also find examples
of how to test the CLI.
2023-01-10 12:49:56 +01:00
..
dev Use Smoke instead of shelltestrunner (#1710) 2023-01-10 12:49:56 +01:00
compile.smoke.yaml Use Smoke instead of shelltestrunner (#1710) 2023-01-10 12:49:56 +01:00
html.smoke.yaml Use Smoke instead of shelltestrunner (#1710) 2023-01-10 12:49:56 +01:00
repl.smoke.yaml Use Smoke instead of shelltestrunner (#1710) 2023-01-10 12:49:56 +01:00
typecheck.smoke.yaml Use Smoke instead of shelltestrunner (#1710) 2023-01-10 12:49:56 +01:00
version-help-doctor.smoke.yaml Use Smoke instead of shelltestrunner (#1710) 2023-01-10 12:49:56 +01:00