Updated help text for test

This commit is contained in:
Jake Basile 2014-10-22 10:17:24 -05:00
parent aabdba95e0
commit 8cd298ce33
No known key found for this signature in database
GPG key ID: B3C0702470497D9C
2 changed files with 2 additions and 4 deletions

View file

@ -170,8 +170,7 @@ specify a subset of your test suite to run:
Write the selectors in project.clj:
:test-selectors {:default (complement :integration)
:integration :integration
:all (constantly true)}
:integration :integration}
Arguments to this task will be considered test selectors if they are keywords,
otherwise arguments must be test namespaces or files to run. With no

View file

@ -22,8 +22,7 @@
(:name p) "]")})}]
:test-selectors {:integration :integration
:default (complement :integration)
:random (fn [_] (> (rand) ~(float 1/2)))
:all (constantly true)}
:random (fn [_] (> (rand) ~(float 1/2)))}
:repositories {"other" "http://example.com/repo"}
:deploy-repositories {"snapshots" ~(format "file://%s/lein-repo"
(System/getProperty "java.io.tmpdir"))})