Extract package:doctest
Extract all docstrings from given list of files/modules.
This includes the docstrings of all local modules that are imported
from those modules (possibly indirect).
Extract
DocTests from all given modules and all modules
included by the given modules.
extractDocTests = fmap parseModules . extract