Fixturex API documentation

fixturex.context

Various functions for easy dynamic context (e.g. RSpec).

fixturex.core

Some helpful macros for using fixtures. These are particularly helpful when
defining tests. Often times a fixture should only be used for a subset of
tests in a namespace or even just a couple of contexts in a few tests.
clojure.test/use-fixtures does not operate at this level of granularity.

fixturex.higher

This namespace contains a few macros for making it a bit easier to define
common fixtures. Typically a fixture is meant to do setup, tear down, or wrap
around to add some context. The before, after and around macros do these
things.