Configure unit tests report in gitlab-ci
Add --junitxml
to pytest default args in setup.cfg and save report.xml
as junit reports artifact in gitlab-ci job.
This will show a summary of the tests in MRs.
Part of #500 (closed)
Add --junitxml
to pytest default args in setup.cfg and save report.xml
as junit reports artifact in gitlab-ci job.
This will show a summary of the tests in MRs.
Part of #500 (closed)