| function | since v0.0-2496 |  clojure.test/testing-contexts-str | 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))))))