Returns a string representation of the current test context. Joins
strings in *testing-contexts* with spaces.
(defn testing-contexts-str
"Returns a string representation of the current test context. Joins
strings in *testing-contexts* with spaces."
{:added "1.1"}
[]
(apply str (interpose " " (reverse *testing-contexts*))))
Comments top
No comments for testing-contexts-str. Log in to add a comment.