Overview ยท Basilisp

clojure.test in Basilisp

Implemented
17.9%7 / 39
Mismatched
5
Missing
32
Dialect-Only
6

Metadata Mismatches (5)

Vars present in both Clojure (JVM) and this surface but with differing arglists, :macro flag, or :dynamic flag.

VarDifference
are
arglists
Clojure (JVM): ([argv expr & args])
this surface: ([&env &form argv expr & args])
compose-fixtures
arglists
Clojure (JVM): ([f1 f2])
this surface: ([&env &form & fixtures])
deftest
arglists
Clojure (JVM): ([name & body])
this surface: ([&env &form name-sym & body])
is
arglists
Clojure (JVM): ([form] [form msg])
this surface: ([&env &form expr] [&env &form expr msg])
testing
arglists
Clojure (JVM): ([string & body])
this surface: ([&env &form msg & body])

Vars Present in Clojure (JVM) but Absent from This Surface (32)

Var
*initial-report-counters*
*load-tests*
*report-counters*
*stack-trace-depth*
*test-out*
*testing-contexts*
*testing-vars*
assert-any
assert-expr
assert-predicate
deftest-
do-report
file-position
function?
get-possibly-unbound-var
inc-report-counter
report
run-all-tests
run-test
run-test-var
run-tests
set-test
successful?
test-all-vars
test-ns
test-var
test-vars
testing-contexts-str
testing-vars-str
try-expr
with-test
with-test-out

Vars Present in This Surface but Not in Clojure (JVM) (6)

Var
*test-failures*
*test-name*
*test-section*
gen-assert
generator?
with-fixtures