summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/tox.ini
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2019-12-11 12:00:26 +0000
committerefiacor <fiachra.corcoran@est.tech>2020-01-20 12:54:46 +0000
commitbbe05d8a65ee0ac698d906b50282406bafe34f80 (patch)
treed2698f139427f9741eb8712682ffb73940a81d6e /components/pm-subscription-handler/tox.ini
parent85888c96619588108b7c97000ece0c13b27ac015 (diff)
Adding AAI client and apply filter
# Adding Subscription class # Adding MR and Utils helper classes Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I791b506d8cf166737d67cef22052852256f8a811 Issue-ID: DCAEGEN2-1930
Diffstat (limited to 'components/pm-subscription-handler/tox.ini')
-rw-r--r--components/pm-subscription-handler/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pm-subscription-handler/tox.ini b/components/pm-subscription-handler/tox.ini
index 523338d1..6e83d552 100644
--- a/components/pm-subscription-handler/tox.ini
+++ b/components/pm-subscription-handler/tox.ini
@@ -30,7 +30,7 @@ deps=
setenv =
PYTHONPATH={toxinidir}/pmsh_service:{toxinidir}/pmsh_service/mod:{toxinidir}/tests
commands=
- pytest --junitxml xunit-results.xml --cov pmsh_service --cov-report xml --cov-report term tests --verbose --cov-fail-under=0
+ pytest --junitxml xunit-results.xml --cov pmsh_service --cov-report xml --cov-report term tests --verbose --cov-fail-under=70
[testenv:flake8]
basepython = python3