ni / nimi-python

Python bindings for NI Modular Instrument drivers.
Other
112 stars 84 forks source link

Internal Test Suites do not report results of example testing #2041

Closed ni-jfitzger closed 4 months ago

ni-jfitzger commented 6 months ago

Description of issue

When we run tox-system_tests.ini in our internal suites, we don't see the results of the example tests. Only the results of the system tests are shown.

ni-jfitzger commented 6 months ago

We are most likely overwriting the junit .xml when we run the system tests. We should have the example testing and system testing write to separate junit xmls.