diff options
author | Moshe <moshehoa@amdocs.com> | 2018-03-25 17:00:40 +0300 |
---|---|---|
committer | Moshe <moshehoa@amdocs.com> | 2018-03-25 18:07:32 +0300 |
commit | ea90f9ba9d0e317dfc5521dda9946844b7336abd (patch) | |
tree | 24b8d699b7d8166f9b8597d1f72c4557db3906bf /tox.ini | |
parent | 583448a180e36b5b406fa9542392ea0400914700 (diff) |
Add unit tests and handle coverage
Issue-ID: VNFSDK-183
Change-Id: I228576f5c06b371164bcd653d23cf169098436a8
Signed-off-by: Moshe <moshehoa@amdocs.com>
handle coverage
Issue-ID: VNFSDK-183
Change-Id: I3d78293fdf5cb8bc57caa4078ab8fa5baa429a0d
Signed-off-by: Moshe <moshehoa@amdocs.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,6 +6,9 @@ usedevelop=True deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -commands = /bin/bash {toxinidir}/tools/run_tests.sh --unit whitelist_externals = /bin/bash +[testenv:py27] +commands = + /bin/bash {toxinidir}/tools/run_tests.sh --unit + /bin/bash {toxinidir}/tools/run_tests.sh --coverage |