Skip to content

Commit ade423c

Browse files
committed
add surface SMILES test strings to unit tests
1 parent 4732aa1 commit ade423c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

test/rmgpy/molecule/moleculeTest.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,6 +1632,15 @@ def test_smiles(self):
16321632
"CCCC",
16331633
"O=C=O",
16341634
"[C]#N",
1635+
"[X]",
1636+
"[X]C=C[X]",
1637+
"O[X]",
1638+
"CO[X]",
1639+
"[XH]",
1640+
"C=C[X]",
1641+
"CO.[X]",
1642+
"C#[X]",
1643+
"CCC(C)[X]"
16351644
]
16361645
for s in test_strings:
16371646
molecule = Molecule(smiles=s)

0 commit comments

Comments
 (0)