X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=82507995b1ffc7f7576d0f5b27345a7018b68cb8;hb=refs%2Fheads%2Fe-release;hp=9936af436cb1aebe2e7894165b8561c0158694c0;hpb=2d07867317ef49df4cd003899dcc7fe4c01b0352;p=sim%2Fa1-interface.git diff --git a/tox.ini b/tox.ini index 9936af4..8250799 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,6 @@ deps= pytest coverage pytest-cov - requests connexion setenv = @@ -39,9 +38,11 @@ commands = ; 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 \ - {toxinidir}/near-rt-ric-simulator/tests/OSC_2.1.0/test_osc_2_1_0.py + {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 \ - --cov-fail-under=70 {toxinidir}/near-rt-ric-simulator/tests/STD_1.1.3/test_std_1_1_3.py + --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 \ + --cov-fail-under=70 {toxinidir}/near-rt-ric-simulator/tests/test_std_2_0_0.py coverage xml -i # doc jobs