nimi-python
nimi-python copied to clipboard
Internal Test Suites do not report results of example testing
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.
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.