Handbook
Glossary
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
prefix
a vocabulary name
Outputs
None
Word description
Runs unit tests for the vocabulary named
prefix
and all of its child vocabularies.
Definition
USING:
tools.test.private
vocabs
;
IN:
tools.test
:
test
( prefix -- )
loaded-child-vocab-names
test-vocabs
;