function | since v0.0-2496 | ![]() | Edit |
(testing-contexts-str)
Returns a string representation of the current test context. Joins strings in *testing-contexts* with spaces.
(defn testing-contexts-str
[]
(apply str (interpose " " (reverse (:testing-contexts (get-current-env))))))