Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
cb5f7cb7
Commit
cb5f7cb7
authored
4 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
black reformat
parent
4065f8e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!17
Prepare v1.0.1
Pipeline
#37418
failed with stages
Stage:
Stage:
in 13 minutes and 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ippisite/ippidb/tests/tests.py
+1
-2
1 addition, 2 deletions
ippisite/ippidb/tests/tests.py
ippisite/ippidb/tests/tests_views.py
+0
-1
0 additions, 1 deletion
ippisite/ippidb/tests/tests_views.py
with
1 addition
and
3 deletions
ippisite/ippidb/tests/tests.py
+
1
−
2
View file @
cb5f7cb7
...
...
@@ -34,10 +34,9 @@ from ippidb.models import (
Contribution
,
LeLleBiplotData
,
PcaBiplotData
,
DrugBankCompound
,
Protein
,
)
from
.utils
import
create_dummy_compound
,
create_dummy_drugbank_compound
from
.utils
import
create_dummy_compound
class
MolSmiTestCase
(
TestCase
):
...
...
This diff is collapsed.
Click to expand it.
ippisite/ippidb/tests/tests_views.py
+
0
−
1
View file @
cb5f7cb7
...
...
@@ -60,7 +60,6 @@ class CompoundCardViewTest(TestCase):
response
=
self
.
client
.
get
(
reverse
(
"
compound_card
"
,
kwargs
=
{
"
pk
"
:
1
}))
self
.
assertEqual
(
response
.
status_code
,
200
)
def
test_compound_card_no_lelleplot_data
(
self
):
"""
test that compound card is ok even if LE-LLE plot
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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