rdkit.Chem.UnitTestOldBugs module

testing code inspired by old bugs

The bugs were in the OELib code, so these are maybe no longer relevant... but tests are tests

class rdkit.Chem.UnitTestOldBugs.TestCase(methodName='runTest')

Bases: unittest.case.TestCase

testBug12a()
testBug12b()

failures for Bug12 which are actually related to Bug14

testBug14()
testGithub112()

problems with AllChem.GetBestRMS() and molecules with Hs

rdkit.Chem.UnitTestOldBugs.feq(n1, n2, tol=0.0001)