skchem.test.test_io.test_smiles module
Tests for smiles io functionality
-
class
skchem.test.test_io.test_smiles.TestSmiles[source]
Bases: object
Test smiles io functionality
-
test_bad_chemistry()[source]
Does it throw an error without force?
-
test_bad_chemistry_force()[source]
Can we force the parse?
-
test_bad_smiles()[source]
Does it throw an error for an improper smiles code?
-
test_change_smiles_column()[source]
Does it work with smiles at different positions
Can you pass header directly through to pandas?
Is the header line correctly set?
-
test_multiple_parsed()[source]
Do we find the exact number of molecules expected in a multi molecule smiles file?
-
test_name_column()[source]
Can it set the index?
-
test_properties()[source]
Can we read other properties?
-
test_single_parsed()[source]
Do we find a molecule in a single smiles file
-
test_title_line()[source]
Test parsing a smiles file with a header.