Skip to content

TestReport

TestReport("file-name-string")

load the unit tests from a file-name-string and print a summary of the VerificationTest included in the file.

TestReport("url-string")

load the unit tests from a URL url-string (starting with http:// or https://) and print a summary of the VerificationTest included in the file.

See

Examples

In the MMA console execute a test located in a Github repository

>> TestReport["https://raw.githubusercontent.com/antononcube/MathematicaForPrediction/master/UnitTests/SSparseMatrix-tests.wlt"]

TestResultObject, VerificationTest

Implementation status

  • ✅ - full supported

Github