diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-02-12 14:26:22 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-02-12 14:26:22 +0800 |
commit | e0b0e3530f0868824cee91dbf330d58290c5a4f8 (patch) | |
tree | 2ce7b2e185f1a60b22e5648b792a9449be2b3654 /tox.ini | |
parent | b417bbf9591366ba4803c3b66c40aa07567fd8cc (diff) |
Modify vfc-catalog parser unittests
Change-Id: Ib3ea7a04dabf366ea171efa2f16ce330d6ff50db
Issue-ID: VFC-758
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,4 +22,4 @@ commands = {[testenv]commands} [testenv:cov] -commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov +commands = coverage html --omit="*test*,*__init__.py,*site-packages*" -d htmlcov |