X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fbindings%2Frmr-python%2Ftox.ini;h=41e6da6fe0398de333f214107cc36e4475c86cee;hb=0949fab82cf3a6b6ff52ed3936984fb0fa486430;hp=c6f498d8e6efc84a56f5bbed0f32be093b3086f7;hpb=46ae0f44cd0ea713601f16adc5ea709e607eb2e8;p=ric-plt%2Flib%2Frmr.git diff --git a/src/bindings/rmr-python/tox.ini b/src/bindings/rmr-python/tox.ini index c6f498d..41e6da6 100644 --- a/src/bindings/rmr-python/tox.ini +++ b/src/bindings/rmr-python/tox.ini @@ -22,8 +22,14 @@ deps= pytest coverage pytest-cov -setenv = LD_LIBRARY_PATH = /usr/local/lib/ -commands=pytest --verbose --cov {envsitepackagesdir}/rmr --cov-report html +setenv = + LD_LIBRARY_PATH = /usr/local/lib/:/usr/local/lib64 + RMR_SEED_RT = tests/fixtures/test_local.rt + RMR_ASYNC_CONN = 0 + +commands= + pytest --verbose --cov {envsitepackagesdir}/rmr --cov-report xml --cov-report term-missing --cov-report html + coverage xml -i [testenv:flake8] basepython = python3.7