Skip to content
Snippets Groups Projects
Commit c326fcf5 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

correct style for unit test on ConvertSMILESToSDFTestCase

parent 2c5f7202
No related branches found
No related tags found
1 merge request!13Master
Pipeline #28455 passed
...@@ -129,13 +129,13 @@ class ConvertSMILESToSDFTestCase(TestCase): ...@@ -129,13 +129,13 @@ class ConvertSMILESToSDFTestCase(TestCase):
# the MOL version is also a valid regexp to validate arbitrary name in # the MOL version is also a valid regexp to validate arbitrary name in
# the openbabel-generated version # the openbabel-generated version
self.sdf = ( self.sdf = (
"1\n" r"1\n"
" OpenBabel[0-9]{11}D\n" r" OpenBabel[0-9]{11}D\n"
"\n" r"\n"
" 1 0 0 0 0 0 0 0 0 0999 V2000\n" r" 1 0 0 0 0 0 0 0 0 0999 V2000\n"
" 0.0000 0.0000 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0\n" r" 0.0000 0.0000 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0\n"
"M END\n" r"M END\n"
"\$\$\$\$\n" r"\$\$\$\$\n"
) )
def test_valid(self): def test_valid(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment