The goal is to have an extensible, simple core for a testing lib, where all
other Clojure testing libs can be rewritten as extensions to it.

A common motivation is that people want to mix and match aspects/features
of different testing lib. But really, each person wants this for different
reasons. What we have in common though is wanting it to exist.

Here's the spec: https://github.com/evanescence/test2/blob/master/SPEC.md

The current incarnation is the result of several weeks of collaborative
brainstorming and obsessive tweaking and refining. We think it can
currently cover about 99% of testing use-cases as-is.

So, I'd like to present it to the wider community for discussion.

Note: there's a debate going on in IRC over nouns vs verbs, i.e. whether
Runner and Reporter should be Run and Report, or Run-fn and Report-fn, or
something else. But I'm hoping we can put off that topic until after the
more fundamental aspects of the spec are discussed.

-- 
-- 
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 post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to