rdkit.Chem.UnitTestChemAtom module¶
basic unit testing code for atoms
-
class
rdkit.Chem.UnitTestChemAtom.TestCase(methodName='runTest')¶ Bases:
unittest.case.TestCase-
setUp()¶
-
test1Implicit()¶ testing ImplicitValence
-
test2BondIter()¶ testing bond iteration
-
test3GetBond()¶ testing GetBondBetweenAtoms(idx,idx)
-
test4Props()¶ testing atomic props
-
test5Setters()¶ testing setting atomic props
-