Package CHEM :: Package Common :: Package test :: Module TestChemicalSearch
[hide private]
[frames] | no frames]

Module TestChemicalSearch



Test case for respective module in CHEM.Common package

Classes [hide private]
  TestChemicalSearch
  TestChemicalDataSearch
More tests on ChemicalSearch class, but these depend on inserted Sample Data
Functions [hide private]
 
suite()
Returns the suite of tests to run for this test class / module.
 
main(argv)
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"