SMO-111
Signed-off-by: sahil-xoriant <sahil.koli@xoriant.com>
Change-Id: I01b59001acc333956476afd4a05507d6961dae38
deps =
pytest
coverage
-commands = pytest --cov=o-ran-sc_smo-ves --cov-report=xml --cov-config=tox.ini --cov-branch
+ pytest-cov
+ requests
+ jsonschema
+ kafka-python
+ gevent
+ PyYAML
+ pytest-mock
+ flask
+ confluent-kafka
+ future
+ mock
+ requests_mock
+commands = pytest --ignore=functionaltest --ignore=collector --cov=o-ran-sc_smo-ves --cov-report=xml --cov-config=tox.ini --cov-branch
[coverage:run]
# exclude test folder from coverage report
# which streams the logs as they come in, rather than saving them
# all for the end of tests
commands =
- pytest --ignore=functionaltest --ignore=collector --cov {toxinidir} --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 --junitxml={toxinidir}/tmp/tests.xml
+ pytest --ignore=functionaltest --ignore=collector --cov {toxinidir} --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 --junitxml={toxinidir}/tmp/tests.xml
\ No newline at end of file