.. _TS: Testsuite Summary Report ######################## .. rubric:: Design Goals * Clearly named classes that model the semantics of an OSVVM testsuite summary report. * The OSVVM testsuite model instance can be constructed top-down and bottom-up. * Child objects shall have a reference to their parent. .. _TS/QuickStart: Quick Start *********** .. grid:: 2 .. grid-item:: :columns: 6 tbd .. grid-item:: :columns: 6 .. code-block:: Python from pathlib import Path .. _TS/DataModel: Data Model ********** An OSVVM testsuite summary report can be summarized as follows: 1. tbd .. _TS/DataModel/Document: Testsuite Document ================== .. _TS/DataModel/TestsuiteSummary: Testsuite Summary ================= .. _TS/DataModel/Testsuite: Testsuite ========= .. _TS/DataModel/Testcase: Testcase ========