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.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |