Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 35 for test (0.05 seconds)

  1. 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_beginner
    Wed Feb 25 03:50:13 GMT 2026
      33.4K bytes
  2. 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_cli
    Wed Feb 25 03:50:12 GMT 2026
      40.6K bytes
  3. 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/flow
    Wed Feb 25 03:50:12 GMT 2026
      26.6K bytes
  4. 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_macros
    Wed Feb 25 03:50:13 GMT 2026
      24.4K bytes
  5. 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_forms
    Wed Feb 25 03:50:17 GMT 2026
      41.9K bytes
  6. 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_conditionals
    Wed Feb 25 03:50:12 GMT 2026
      24.4K bytes
  7. 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_development
    Wed Feb 25 03:50:13 GMT 2026
      16.3K bytes
  8. Clojure - spec Guide

    test.alpha :as stest]) (stest/check `ranged-rand)...Instrumentation and Testing Instrumentation Testing Combining check...
    clojure.org/guides/spec
    Wed Feb 25 03:50:13 GMT 2026
      96.5K bytes
  9. 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/vars
    Wed Feb 25 03:50:17 GMT 2026
      25.3K bytes
  10. 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_characters
    Wed Feb 25 03:50:13 GMT 2026
      64.6K bytes
Back to Top