X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fsuite.lisp;fp=src%2Fsuite.lisp;h=1fbd70a86225ea2e361b9e278ad5e979ed234b74;hb=ba63acfa943d02a524ae0a81ffd59477f1ccd6b3;hp=1518333baee73afa732161033b07787332fb35b5;hpb=7b3b2cf51c6213e6a097ff049594977e1b1deae3;p=fiveam.git diff --git a/src/suite.lisp b/src/suite.lisp index 1518333..1fbd70a 100644 --- a/src/suite.lisp +++ b/src/suite.lisp @@ -25,13 +25,13 @@ NAME:: The symbol naming the test. DESCRIPTION:: - A string describing the contents/purpose of this suite. + A string describing the contents/purpose of this suite. IN (a symbol), if provided, causes this suite te be nested in the suite named by `IN`. If `IN` is `NIL`, as opposed to not being passed at all, the new suite will not be a part of any existing suite. -[NOTE] +\[NOTE] This macro is built on top of `make-suite` as such it, like `make-suite`, will overrwrite any existing suite named `NAME`.