aboutsummaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2008-11-13 13:10:13 -0500
committerW. Trevor King <wking@drexel.edu>2008-11-13 13:10:13 -0500
commitc5d7551e6a6e98bb6da7c7d11360224edfda2f14 (patch)
tree212ac0f61c99e1290a131ca0655a31b5dbfb0eb6 /test.py
parent9055757a1b30c55798173f2454de8d4fa0676d40 (diff)
downloadbugseverywhere-c5d7551e6a6e98bb6da7c7d11360224edfda2f14.tar.gz
* use python2.4/2.5 compatible import of ElementTree
* catch Popen() calls to missing VCS binaries * test.py should only test installed backends
Diffstat (limited to 'test.py')
-rw-r--r--test.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/test.py b/test.py
index 3d7161b..f998541 100644
--- a/test.py
+++ b/test.py
@@ -1,3 +1,13 @@
+"""Usage: python test.py [module]
+
+When called without an optional module name, run the doctests from
+*all* modules. This may raise lots of errors if you haven't installed
+one of the versioning control systems.
+
+When called with an optional module name, only run the doctests from
+that module.
+"""
+
from libbe import plugin
import doctest
import sys