Liking cljdoc? Tell your friends :D
All platforms.

com.gfredericks.test.chuck


timesclj/s

(times n)

A helper function for externally-configurable test run counts.

Usage:

(defspec foo-test (times 20) ...)

Simply returns n normally, but if the TEST_CHECK_FACTOR env variable is set to a number, n will be multiplied by that number.

In clojurescript n is currently returned unmodified.

A helper function for externally-configurable test run counts.

Usage:

  (defspec foo-test (times 20)
    ...)

Simply returns n normally, but if the TEST_CHECK_FACTOR env variable
is set to a number, n will be multiplied by that number.

In clojurescript n is currently returned unmodified.
sourceraw docstring

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

× close