Lazytest on the repl?

2011-10-28 Thread AndyK
How can lazytest describe blocks be run from the repl? -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first

Re: Lazytest on the repl?

2011-10-28 Thread Stuart Sierra
Each `describe` block creates a Var with a gensym'd name. By examining Var metadata, you could find them. But they're not callable functions like clojure.test. -S -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to