TestReport
TestReport("file-name-string")load the unit tests from a
file-name-stringand print a summary of theVerificationTestincluded in the file.
TestReport("url-string")load the unit tests from a URL
url-string(starting withhttp://orhttps://) and print a summary of theVerificationTestincluded 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"]Related terms
TestResultObject, VerificationTest
Implementation status
- ✅ - full supported