amperity / greenlight

Clojure integration testing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make title derivable from context as a special case

jstokes opened this issue · comments

It's nice to have the title of a test step be based on information in the context, for example something like:

{::step/name 'make-foo-in-bar
 ::step/title (fn [ctx] (format "Making foo in bar %s" (:bar/id ctx)))
 ,,,}