Package CHEM :: Package Web :: Package cgibin :: Package test :: Module test_BaseWeb
[hide private]
[frames] | no frames]

Module test_BaseWeb



Test case for respective module in CombiCDB package

Classes [hide private]
  MockWeb
Very light-weight subclass of BaseWeb, just to have something concrete to test on.
  TestBaseWeb
Functions [hide private]
 
suite()
Returns the suite of tests to run for this test class / module.
Function Details [hide private]

suite()

 
Returns the suite of tests to run for this test class / module. Use unittest.makeSuite methods which simply extracts all of the methods for the given class whose name starts with "test"