test ( prefix -- )
Factor handbook » Developer tools » Unit testing

Prev:with-test-file ( ..a quot: ( ..a path -- ..b ) -- ..b )
Next:test-all ( -- )


Vocabulary
tools.test

Inputs
prefixa vocabulary name


Outputs
None

Word description
Runs unit tests for the vocabulary named prefix and all of its child vocabularies.

Definition