Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
c326fcf5
Commit
c326fcf5
authored
5 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
correct style for unit test on ConvertSMILESToSDFTestCase
parent
2c5f7202
No related branches found
No related tags found
1 merge request
!13
Master
Pipeline
#28455
passed
5 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ippisite/ippidb/tests_utils.py
+7
-7
7 additions, 7 deletions
ippisite/ippidb/tests_utils.py
with
7 additions
and
7 deletions
ippisite/ippidb/tests_utils.py
+
7
−
7
View file @
c326fcf5
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment