diff options
author | W. Trevor King <wking@drexel.edu> | 2008-11-13 13:10:13 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2008-11-13 13:10:13 -0500 |
commit | c5d7551e6a6e98bb6da7c7d11360224edfda2f14 (patch) | |
tree | 212ac0f61c99e1290a131ca0655a31b5dbfb0eb6 /test.py | |
parent | 9055757a1b30c55798173f2454de8d4fa0676d40 (diff) | |
download | bugseverywhere-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.py | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |