X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fbindings%2Frmr-python%2Ftox.ini;h=f67ca14631433d0effbbe1166dd14bc3b66b8da2;hb=0b6077fcd74759b097964d49ccb57e36bd86f9bb;hp=cb7cf77fbef3e109c7a9bfdb33fe3762d2b8c3d9;hpb=6c13481ce6bf6d86a370bf335f1f7e70d349c933;p=ric-plt%2Flib%2Frmr.git diff --git a/src/bindings/rmr-python/tox.ini b/src/bindings/rmr-python/tox.ini index cb7cf77..f67ca14 100644 --- a/src/bindings/rmr-python/tox.ini +++ b/src/bindings/rmr-python/tox.ini @@ -22,8 +22,12 @@ deps= pytest coverage pytest-cov -setenv = LD_LIBRARY_PATH = /usr/local/lib/:/usr/local/lib64 -commands=pytest --verbose --cov {envsitepackagesdir}/rmr --cov-report term-missing +setenv = + LD_LIBRARY_PATH = /usr/local/lib/:/usr/local/lib64 + RMR_SEED_RT = tests/fixtures/test_local.rt + + +commands=pytest --verbose --cov {envsitepackagesdir}/rmr --cov-report term-missing --cov-report html [testenv:flake8] basepython = python3.7