Package epydoc :: Package test
[hide private]
[frames] | no frames]

Package test

source code

Regression testing.

Submodules [hide private]

Functions [hide private]
 
main() source code
 
check_requirements(filename)
Search for strings of the form:
source code
Function Details [hide private]

check_requirements(filename)

source code 

Search for strings of the form:

   [Require: <module>]

If any are found, then try importing the module named <module>. If the import fails, then return False. If all required modules are found, return True. (This includes the case where no requirements are listed.)