Package CHEM :: Package CombiCDB :: Package test :: Module TestReactionScore
[hide private]
[frames] | no frames]

Module TestReactionScore



Test case for respective module in Annotation package

Classes [hide private]
  TestReactionScore
Functions [hide private]
 
suite()
Returns the suite of tests to run for this test class / module.
Variables [hide private]
  INFINITY = 1000000000
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"

Actually, since this is mostly all basic input / output functions, can do most of it with doctests and DocTestSuite