Handbook
Glossary
:test-failures ( -- )
Factor handbook
»
Developer tools
»
Unit testing
Prev:
test-all ( -- )
Next:
test-failure
Vocabulary
tools
.
test
Word description
Prints all pending unit test failures.
Definition
USING:
namespaces
tools.errors
;
IN:
tools.test
:
:test-failures
( -- )
test-failures
get
errors.
;