.. Copyright 2026 ESA

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Live CI test report (SUITR annex)
=================================

This page renders the unit and integration test reports generated by the CI
pipelines; the reviewed, static SUITR lives in the ECSS compliance set.

Reports generated the |today|.

Software unit test report
-------------------------

.. The file path in the following directive must be adapted to
   the actual path of the test reports generated by the CI pipelines.

.. test-report:: Software unit and integration test report
      :id: UNIT_TEST
      :file: ../.reports/TEST-pytests.xml
      :tags: unittests

Software integration test report
--------------------------------

.. The file path in the following directive must be adapted to
   the actual path of the test reports generated by the CI pipelines.

.. test-report:: Software integration test report
      :id: INT_TEST
      :file: ../.reports/ITEST-pytests.xml
      :tags: integrationtests

Annexes
-------

Software unit test report
^^^^^^^^^^^^^^^^^^^^^^^^^

.. literalinclude:: ../.reports/TEST-pytests.xml
   :language: xml
   :caption: TEST-pytests.xml

Software integration test report
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. literalinclude:: ../.reports/ITEST-pytests.xml
   :language: xml
   :caption: ITEST-pytests.xml
