Skip to content

Commit

Permalink
Update "tests" docs now that a numbered vertical list returned
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Aug 20, 2024
1 parent fd88782 commit 99034ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions M2/Macaulay2/packages/Macaulay2Doc/functions/tests-doc.m2
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ doc ///
i:ZZ
pkg:{Package, String}
Outputs
:{HashTable, TestInput}
:{NumberedVerticalList, TestInput}
Description
Text
Returns @ofClass HashTable@ containing the tests for the given
package. Each key of this hash table is an integer, which would
Returns @ofClass NumberedVerticalList@ containing the tests for the given
package. The position of each element would
be passed as the first argument of @TO check@ to run the test.
Each value is a @TT "TestInput"@ object. These are printed with
the location of the file so that you may quickly jump to the
Expand Down

0 comments on commit 99034ea

Please sign in to comment.