aboutsummaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.py b/test.py
index bf57d1e..ef876ba 100644
--- a/test.py
+++ b/test.py
@@ -22,6 +22,8 @@ if len(sys.argv) > 1:
if mod is not None and hasattr(mod, "suite"):
suite.addTest(mod.suite)
match = True
+ else:
+ print "Module \"%s\" has no test suite" % submodname
mod = plugin.get_plugin("becommands", submodname)
if mod is not None:
suite.addTest(doctest.DocTestSuite(mod))