From 3b12fee24249a9afec432c36925fecebd304bf6d Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sun, 5 Dec 2010 19:40:21 +0000 Subject: [PATCH] Include top-level .py files in test coverage report --- tests/testall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testall.py b/tests/testall.py index 36496e6..3303ada 100755 --- a/tests/testall.py +++ b/tests/testall.py @@ -46,6 +46,7 @@ if coverage: for x in os.listdir(d): if x.endswith('.py'): all_sources.append(os.path.join(d, x)) + incl('../zeroinstall') incl('../zeroinstall/injector') incl('../zeroinstall/zerostore') coverage.report(all_sources + ['../0launch']) -- 2.11.4.GIT