jubot.test

Jubot testing utilities

with-test-brain

macro

(with-test-brain & body)
Wrap body with a test memory brain.

Example
  (with-test-brain
    (jubot.brain/set "foo" "bar")
    (println (jubot.brain/get "foo"))) ; => "bar"