modeva.TestSuite.display_test_results#

TestSuite.display_test_results(testsuite_name, test_list: list = None)#

Get ValidationResult object of registered test.

Parameters:
  • testsuite_name (str) – The testsuite to display.

  • test_list (list) –

    The content list of test, e.g.,

    [{'name': 'test1', 'run_id': 'xxx', 'display_table': True, 'display_plot': True},
     {'name': 'test2', 'display_table': True, 'display_plot': False}]
    

    or

    ['test1', 'test2']