Liking cljdoc? Tell your friends :D

Flare Build Status Coverage Status

Flare brings enlightened failure reports to your clojure.test and Midje tests.

Latest version is [flare "0.2.8"].

Usage

Flare is activated by calling flare.clojure-test/install! (for use with clojure.test) or flare.midje/install! (for use with Midje).

To use Flare with Leiningen, merge the following with your project.clj:

{:profiles
 {:dev
  {:injections
   [(require 'flare.clojure-test)
    (flare.clojure-test/install!)]}}}

To use with Midje, require and invoke install! from the flare.midje namespace.

Run your tests, using your favourite test runner, and enjoy the enlightenment Flare brings to your failing tests.

License

Copyright © 2014 Anders Furseth

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

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

× close