This repository has been archived by the owner on Sep 4, 2021. It is now read-only.
Releases: seancorfield/readme
Releases · seancorfield/readme
Release 1.0.16
Exit with non-zero status if generated test file has syntax errors (or otherwise fails to be required).
Release 1.0.15
Fix #4 by creating any missing parent directories before spitting out the test file. Note that any such newly-created directories will not be deleted, even though the test file itself is deleted at the end of the run.
Release 1.0.13
Ensure exit status reflects success/failure and call shutdown-agents
(in case README code uses agents/futures/etc).
Release 1.0.12
- Add support for REPL sessions with
user=>
prompt (and results inline), as well as the original=>
format. - Use
clojure.test/run-tests
so a pass/fail summary is printed. - Expand documentation and tests.
Initial Release
Turns README.md
examples into executable tests!