next | previous | forward | backward | up | top | index | toc | home
Macaulay2 > The Macaulay2 language > packages > creating a package > TEST

TEST -- package item: register a test of the package

Synopsis

Description

This function should only occur in the documentation section of a package. Use check to run all of the tests associated to a package.

For an example, see an example of a package

Caveat

When creating tests, try to insure that they run relatively quickly.

See also

Ways to use TEST :