(test-var-block v)
Like test-var, but returns a block for further composition and later execution.
(defn test-var-block [v] (if-let [t (:test (meta v))] (test-var-block* v t)))