On May 29, 2013, at 5:20 AM, phillip.l...@newcastle.ac.uk (Phillip Lord) wrote:

> While I understand how to set up a new profile, I can't see whether I
> can access the project map that I am using within the project so that I
> can see up conditional logic --- like "ignore this test if I am my
> netbook".

Midje uses configuration files for this. I can do this:

% lein midje :config fast-tests

Actually, running tests at the shell prompt is too slow. What I do is run 
`autotest` in the repl:

user> (autotest :filter (complement :slow))

--------
Latest book: /Functional Programming for the Object-Oriented Programmer/
https://leanpub.com/fp-oo

-- 
-- 
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