rdkit.Chem.Suppliers.UnitTestSmilesMolSupplier module

unit testing code for the Smiles file handling stuff

class rdkit.Chem.Suppliers.UnitTestSmilesMolSupplier.TestCase(methodName='runTest')

Bases: unittest.case.TestCase

assertMolecule(mol, i, msg='')

Assert that we have a valid molecule

setUp()
tearDown()
test_SmilesReaderBoundaryConditions()
test_SmilesReaderIndex()
test_SmilesReaderIterator()