Liking cljdoc? Tell your friends :D

lein-expectations

A leiningen plugin to make running tests written using expectations library.

Usage

For Leiningen 2.0:

Declare lein-expectations in project.clj:

:plugins [[lein-expectations "0.0.7"]]

For Leiningen 1.x - use lein-expectations 0.0.5 or earlier:

Declare lein-expectations in project.clj:

:dev-dependencies [[lein-expectations "0.0.5"]]

or install as a plugin:

$ lein plugin install lein-expectations "0.0.5"

To run all your tests:

$ lein expectations

To run specific test namespaces:

$ lein expectations my.test.namespace1 my.test.namespace2

To run test namespaces by regex:

$ lein expectations my.tests.foo.* my.tests.bar.*

License

Copyright (C) 2012 Gareth Jones

Distributed under the Eclipse Public License, the same as Clojure.

Contributors

Sean Corfield, Lee Hinman

Can you improve this documentation? These fine people already did:
Sean Corfield, Gareth Jones & jaycfields
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close