From d4159beb21370bc4b6f62ec7337870189a81e647 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 8 Jan 2011 21:29:33 +0000 Subject: [PATCH] Include cmd and support in test coverage report --- tests/testall.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testall.py b/tests/testall.py index 3303ada..4301973 100755 --- a/tests/testall.py +++ b/tests/testall.py @@ -47,6 +47,8 @@ if coverage: if x.endswith('.py'): all_sources.append(os.path.join(d, x)) incl('../zeroinstall') + incl('../zeroinstall/support') + incl('../zeroinstall/cmd') incl('../zeroinstall/injector') incl('../zeroinstall/zerostore') coverage.report(all_sources + ['../0launch']) -- 2.11.4.GIT