greenlight icon indicating copy to clipboard operation
greenlight copied to clipboard

Support fixture-style test wrappers

Open greglook opened this issue 5 years ago • 0 comments

It would be great to support wrapper functions which can be called around tests and optionally around each step. This could be used similar to clojure.test fixtures, but we don't really need to do common setup/teardown since greenlight already has facilities for that. Instead, we want to use this to add observability aspects to the tests to integrate them with tracing tools like honeycomb.

greglook avatar Sep 22 '20 05:09 greglook