-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
It would be great if RCF could use any comment block as test, without having to add special syntax or a dependency for a library.
(ns my-lib)
(defn add [a b] (+ a b))
^:hyperfiddle/rcf
(comment
(add 1 2) ;;=> 3
)
;;; rest of library namespace
This might require a different approach though and I could see that this would not be within RCF's scope. Just wanted to share the idea and see what you think of it. Feel free to migrate this issue to "Github Discussions" once you activate that in this repo, or close this issue.
respatialized, matthewdowney, dakra, marksto and sogaiu
Metadata
Metadata
Assignees
Labels
No labels