Liking cljdoc? Tell your friends :D

net.lewisship.test-pipeline

Per-test pipeline of composable steps, including simple mocks and capturing of logging events.

A test is implemented as series of step functions; each step receives a context map, does work, and passes the (sometimes modified) context map to the next step.

The goal is to make tests flatter (fewer nested scopes), more readable, and to make various kinds of steps more composable.

Per-test pipeline of composable steps, including simple mocks and capturing of logging events.

A test is implemented as series of step functions; each step receives a context map, does work, and passes
the (sometimes modified) context map to the next step.

The goal is to make tests flatter (fewer nested scopes), more
readable, and to make various kinds of steps more composable.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close