TEST s -- writes the string s to a new test file. The commands in that file can be run later as a test.
Intended for internal use only.
Code:
-- ../../../Macaulay2/m2/document.m2:878-881 TEST = (e) -> if phase === 2 then ( cacheFileName concatenate("",TestsPrefix) | ".m2" << e << endl << close; null )