592
610
"""Build and return TestSuite for the whole program."""
595
611
from doctest import DocTestSuite
599
615
# FIXME: If these fail to load, e.g. because of a syntax error, the
600
616
# exception is hidden by unittest. Sucks. Should either fix that or