- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 35 for test (0.05 seconds)
-
Clojure - test.check
"example-based tests", which are tests which test a function by...output: Testing my.test.ns {:result true, :num-tests 100, :seed...clojure.org/guides/test_check_beginnerWed Feb 25 03:50:13 GMT 2026 33.4K bytes -
Clojure - Deps and CLI Guide
cognitect-labs test-runner for running all clojure.test tests: Extend..."cognitect.test-runner"] :exec-fn cognitect.test-runner.api/test}}} And...clojure.org/guides/deps_and_cliWed Feb 25 03:50:12 GMT 2026 40.6K bytes -
Clojure - Learn Clojure - Flow Control
is a series of tests and expressions. Each test is evaluated in...returned for the first true test. (let [x 5] (cond (< x 2)...clojure.org/guides/learn/flowWed Feb 25 03:50:12 GMT 2026 26.6K bytes -
Clojure - Threading Macros Guide
those with failing tests. For each pair, test is evaluated. If...argument list as a series of test, expr pairs. cond-> threads...clojure.org/guides/threading_macrosWed Feb 25 03:50:13 GMT 2026 24.4K bytes -
Clojure - Special Forms
( if test then else ?) Evaluates test . If not the singular...& rest-param positional-param ⇒ binding-form rest-param...clojure.org/reference/special_formsWed Feb 25 03:50:17 GMT 2026 41.9K bytes -
Clojure - Reader Conditionals Guide
part-no-test (:require #?(:clj [clojure.test :refer :all]...:cljs [cljs.test :refer-macros [is]]) #?(:cljs [cljs.test.check :refer...clojure.org/guides/reader_conditionalsWed Feb 25 03:50:12 GMT 2026 24.4K bytes -
Clojure - Programming at the REPL: Guidelines f...
tests, commented-out code, documentation,...programming: auto-reloading test suites (example: Midje ) static...clojure.org/guides/repl/guidelines_for_repl_aided_developmentWed Feb 25 03:50:13 GMT 2026 16.3K bytes -
Clojure - spec Guide
test.alpha :as stest]) (stest/check `ranged-rand)...Instrumentation and Testing Instrumentation Testing Combining check...clojure.org/guides/specWed Feb 25 03:50:13 GMT 2026 96.5K bytes -
Clojure - Vars and the Global Environment
:test - the clojure.test framework attaches unit tests to vars...Using Var metadata: doc find-doc test  Libs Refs and...clojure.org/reference/varsWed Feb 25 03:50:17 GMT 2026 25.3K bytes -
Clojure - Reading Clojure Characters
user=> (re-matches #"^test$" "test") "test" This form is compiled...string user=> (keyword "test") :test Keywords can also be invoked...clojure.org/guides/weird_charactersWed Feb 25 03:50:13 GMT 2026 64.6K bytes