2 envlist = pylint,pydocstyle,unit-tests,oran-tests
18 commands = pytest -v --junit-xml=reports/junit/unit-tests.xml unit-tests/
20 PYTHONPATH = $PYTHONPATH:{toxinidir}/src
21 ONAP_PYTHON_SDK_SETTINGS=oransdk.configuration.global_settings
25 commands = pylint --ignore-imports=yes --min-similarity-lines=5 --disable=invalid-name,line-too-long,too-few-public-methods,import-error,unnecessary-lambda,too-many-arguments src/
27 PYTHONPATH = $PYTHONPATH:{toxinidir}/src
28 ONAP_PYTHON_SDK_SETTINGS=orantests.configuration.settings
32 commands = pydocstyle src/
34 PYTHONPATH = $PYTHONPATH:{toxinidir}/src
35 ONAP_PYTHON_SDK_SETTINGS=orantests.configuration.settings
39 commands = pytest -v --junit-xml=reports/junit/oran-tests.xml src/orantests/oran_tests
41 PYTHONPATH = $PYTHONPATH:{toxinidir}/src
42 ONAP_PYTHON_SDK_SETTINGS=orantests.configuration.settings
46 commands = pytest -v --junit-xml=reports/junit/nt-tests.xml src/orantests/network_slicing
48 PYTHONPATH = $PYTHONPATH:{toxinidir}/src
49 ONAP_PYTHON_SDK_SETTINGS=orantests.configuration.settings