Liking cljdoc? Tell your friends :D

lazytest.find


find-ns-suiteclj

(find-ns-suite n)

Returns a test suite for the namespace.

Returns nil if the namespace has no test suites.

By default, recurses on all Vars in a namespace looking for values for which lazytest.suite/suite? is true. If a namesapce has :test-suite metadata, uses that value instead.

Always returns nil for the clojure.core namespace, to avoid special Vars such as *1, *2, *3

Returns a test suite for the namespace.

Returns nil if the namespace has no test suites.

By default, recurses on all Vars in a namespace looking for values
for which lazytest.suite/suite? is true. If a namesapce
has :test-suite metadata, uses that value instead.

Always returns nil for the clojure.core namespace, to avoid special
Vars such as *1, *2, *3
sourceraw docstring

find-suiteclj

(find-suite & names)

Returns test suite containing suites for the given namespaces. If no names given, searches all namespaces.

Returns test suite containing suites for the given namespaces.
If no names given, searches all namespaces.
sourceraw docstring

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

× close