Liking cljdoc? Tell your friends :D

code.dev


+app+clj


+base+clj


+framework+clj


+infra+clj


+lib+clj


fix-testsclj

(fix-tests)

fix tests that are in wrong file

fix tests that are in wrong file
raw docstring

rename-test-varclj

(rename-test-var ns from to)

rename test vars

(rename-test-var 'std.lib.class 'class:array:primitive? 'primitive:array?) (rename-test-var 'std.lib.return 'ret:resolve 'return-resolve)

rename test vars

(rename-test-var 'std.lib.class 'class:array:primitive? 'primitive:array?)
(rename-test-var 'std.lib.return 'ret:resolve 'return-resolve)
raw docstring

rename-testsclj

(rename-tests from to)

rename tests given namespaces

(rename-tests 'hara.util.transform 'std.lib.stream.xform)

rename tests given namespaces

(rename-tests 'hara.util.transform 'std.lib.stream.xform)
raw docstring

test:allclj


test:appclj


test:baseclj


test:base+frameworkclj


test:frameworkclj


test:infraclj


test:standardclj


tests-in-wrong-fileclj

(tests-in-wrong-file)

checks for tests in the wrong file

(tests-in-wrong-file)

checks for tests in the wrong file

(tests-in-wrong-file)
raw docstring

to-test-pathclj

(to-test-path ns)

ns to test path

(to-test-path 'code.dev-test) => "test/code/dev_test.clj"

ns to test path

(to-test-path 'code.dev-test)
=> "test/code/dev_test.clj"
raw docstring

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

× close