testAudit pkgtestAudit(pkg, CommentReport => true, SpeedReport => true, ScoreReport => true)Returns a string report about the tests of pkg. The default report summarizes test sources, test organization, untested exported functions and options, silenced tests, and FIXME or TODO markers around test blocks.
Optional Boolean arguments add sections: CommentReport includes comments attached to tests, SpeedReport times tests with check, and ScoreReport includes the heuristic score returned by testScore.
|
The object testAudit is a method function with options.
The source of this document is in TestAudit.m2:588:0.