diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-11-12 12:57:35 +0200 |
---|---|---|
committer | Dan Xu <xudan16@huawei.com> | 2018-11-14 14:31:50 +0000 |
commit | 930ebc4af5c9895775443b9a0ab17a73dc35693c (patch) | |
tree | 0554273305ed03999b8146a39b5fa3efb8ff6c51 /.gitignore | |
parent | 7f46996011d391178b7d9f876ac2140f62dcf789 (diff) |
Improve tox testing
This patch removes unused test requirements. In addition, it runs
coverage together with unit tests by py.test. In addition, it adds
sone docs links which were missing. Finally, it adds coverage reports
to .gitignore file.
Change-Id: I68e65781b17929c60fbb3f4c318b1366c35d185f
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ pip-log.txt .pytest_cache nosetests.xml unittest_results.log +cover/ +coverage.xml # Translations *.mo |