Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Expand a TestReport into a notebook
ResourceFunction["TestReportNotebook"][{test1,test2,…}] gives a report of the results of the verification tests testi. | |
ResourceFunction["TestReportNotebook"]["file"] runs tests from a file, returning an analysis of the completed test run. | |
ResourceFunction["TestReportNotebook"][TestReport[…]] gives a report of an already computed test result. |
Run a test suite and open a notebook with the results:
In[1]:= |
Out[1]= |
Run tests from a notebook:
In[2]:= |
Out[2]= |
You can provide a mixed list of TestResultObject, TestReportObject or File in order to create a unique test report notebook:
In[3]:= |
Out[3]= |
This work is licensed under a Creative Commons Attribution 4.0 International License