Tools to test dataflow jobs
Tools to test dataflow jobs
(pcoll-results-match func)
Inputs: [func :- IFn] Returns: IFn
Checker that runs a pcoll's pipeline, gather its output, and passes it to func
. If func throws or returns
false, the test failed.
Example: see pcoll-contains
Inputs: [func :- IFn] Returns: IFn Checker that runs a pcoll's pipeline, gather its output, and passes it to `func`. If func throws or returns false, the test failed. Example: see `pcoll-contains`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close