From 930ebc4af5c9895775443b9a0ab17a73dc35693c Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Mon, 12 Nov 2018 12:57:35 +0200 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index deb12ca5..153de939 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,8 @@ pip-log.txt .pytest_cache nosetests.xml unittest_results.log +cover/ +coverage.xml # Translations *.mo -- cgit 1.2.3-korg