Groups
Groups
Sign in
Groups
Groups
Clojure
Conversations
About
Send feedback
Help
In Lein, is it possible to run a specific test suite?
2,533 views
Skip to first unread message
Hussein B.
unread,
May 6, 2014, 3:22:15 PM
5/6/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clo...@googlegroups.com
Hi,
I'm using clojure.test and Lein. Is it possible to run a specific test suit ? I don't want to run the whole test each time.
Thanks for help and time.
Alex Miller
unread,
May 6, 2014, 3:33:07 PM
5/6/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clo...@googlegroups.com
Sure! You might try doing "lein help test" to give you a bunch more info about creating custom test sets based on selector tags but you can also
Run tests in a namespace:
lein test :only my.test.ns
Run specific test:
lein test :only my.test.ns/test-foo
Alex
Reply all
Reply to author
Forward
0 new messages