aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-02-19 23:57:20 -0500
committerLusheng Ji <lji@research.att.com>2018-02-20 00:00:28 -0500
commit7e99e115d213e3a4395fe56f1bfbeacc0a501e3b (patch)
treef8a3f21b1fa01fd6af2b2920404913d422854a05 /tox.ini
parent967cc9add2fe92799be0488fd262e38e79b61f58 (diff)
Fix for SONAR reporting
Change-Id: I853af6b231b4b2f4eff7492d4770ce6a3a7fd786 Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-355
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index dd7854c..71df1b4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,4 +11,6 @@ deps=
setenv =
PYTHONPATH={toxinidir}
recreate = True
-commands=pytest --junitxml xunit-reports/xunit-result-policyhandler.xml --cov policyhandler --cov-report=xml
+commands=
+ #pytest --junitxml xunit-reports/xunit-result-policyhandler.xml --cov policyhandler --cov-report=xml
+ pytest --cov policyhandler --cov-report=xml --cov-report=term tests --verbose