It is important for package authors to provide tests to insure that the package is functioning properly. One provides tests using TEST in the beginDocumentation section.
For example, to run the tests for the LLLBases package (Lenstra-Lenstra-Lovasz bases) do the following.
installPackage "LLLBases" check LLLBases
Alternatively, if the package is already installed somewhere accessible, one can do the following.
check "LLLBases"
For example, to run the tests for the LLLBases package (Lenstra-Lenstra-Lovasz bases) do the following.
installPackage "LLLBases" check LLLBases
Alternatively, if the package is already installed somewhere accessible, one can do the following.
check "LLLBases"