slite
slite copied to clipboard
a SLIme-based TEst runner for FiveAM and Parachute Tests
Hi, In FIVEAM, tests written with the FOR-ALL macro return a FOR-ALL-TEST-RESULT object, which (usually?) has the TEST-EXPRESSION slot unbound. This results in errors. An additional method is sufficient to...
In my opinion (see https://github.com/atlas-engineer/nyxt/issues/2199#issuecomment-1146808213), Lisp-Unit2 is one of the best test framework for Common Lisp (together with Parachute). It would be great to add support for it in Slite....
A feature I miss with Parachute (I haven't tried FiveAM) is the ability to easily run the single test I'm writing (or "the test at point"). Unless I'm missing something,...
Hi, I would like to mention this package in [cl-cookbook](https://github.com/LispCookbook/cl-cookbook/) for an alternative way to run FiveAM tests. It would be really nice if this package can be installed from...
Hi! Please consider adding [parachute](https://shinmera.github.io/parachute/) support. Thanks!