Story lines are within a single test. They appear after the name line,
indented one level.
(defn story-lines
"Story lines are within a single test. They appear after the name line,
indented one level."
[result]
(let [context-depth (inc (count (:context result)))]
(map #(indent context-depth %) (:story result))))
Comments top
No comments for story-lines. Log in to add a comment.