tests pkg
Returns a hash table containing the tests for the given package. Each key of this hash table is an integer, which would be passed as the first argument of check to run the test. Each value is a TestInput object. These are printed with the location of the file so that you may quickly jump to the source code of the test when using Emacs.
|
|
|
|
Passing only the key of the desired test to code is supported as well.
|
You may also pass a TestInput object to edit to open the code in your favorite editor.
The object tests is a method function.