X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=7d421c54ba98dac0782901a9dbb9e0e197582bd3;hb=8873ea581307f1544b6ece3cb31b78c781ae032e;hp=023d9bf8c1c67fb5490241408bbd68d8d2c79f62;hpb=839ca3b917396650cf5623a4bf5e88318f7cb435;p=sim%2Fa1-interface.git diff --git a/tox.ini b/tox.ini index 023d9bf..7d421c5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ # ================================================================================== # Copyright (c) 2020-2023 Nordix -# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. +# Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -39,11 +39,11 @@ commands = ; Note that the second pytest (additional pytest added in the future) uses the 'append' flag to combine the coverage data ; from the previous tests. The first pytest shall not have the 'append' since the it is supposed to erase previous coverage data ; from earlier tox run. - pytest --cov {toxinidir}/near-rt-ric-simulator --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 \ + pytest -o log_cli=true --cov {toxinidir}/near-rt-ric-simulator --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 \ {toxinidir}/near-rt-ric-simulator/tests/test_osc_2_1_0.py - pytest --cov-append --cov {toxinidir}/near-rt-ric-simulator --cov-report xml --cov-report term-missing --cov-report html \ + pytest -o log_cli=true --cov-append --cov {toxinidir}/near-rt-ric-simulator --cov-report xml --cov-report term-missing --cov-report html \ --cov-fail-under=70 {toxinidir}/near-rt-ric-simulator/tests/test_std_1_1_3.py - pytest --cov-append --cov {toxinidir}/near-rt-ric-simulator --cov-report xml --cov-report term-missing --cov-report html \ + pytest -o log_cli=true --cov-append --cov {toxinidir}/near-rt-ric-simulator --cov-report xml --cov-report term-missing --cov-report html \ --cov-fail-under=70 {toxinidir}/near-rt-ric-simulator/tests/test_std_2_0_0.py coverage xml -i