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
05771af5
Commit
05771af5
authored
1 year ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
fixe formatting
parent
98232047
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!57
Speedup tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ippisite/ippidb/tests/tests_contribute_e2e.py
+2
-1
2 additions, 1 deletion
ippisite/ippidb/tests/tests_contribute_e2e.py
with
2 additions
and
1 deletion
ippisite/ippidb/tests/tests_contribute_e2e.py
+
2
−
1
View file @
05771af5
...
@@ -635,6 +635,7 @@ class ContributionE2ETestCase(TransactionTestCaseWithRequestsCache):
...
@@ -635,6 +635,7 @@ class ContributionE2ETestCase(TransactionTestCaseWithRequestsCache):
f
.
write
(
response
.
content
)
f
.
write
(
response
.
content
)
return
f
.
name
return
f
.
name
class
ContributionE2ETestCase02
(
ContributionE2ETestCase
):
class
ContributionE2ETestCase02
(
ContributionE2ETestCase
):
def
test_entry
(
self
):
def
test_entry
(
self
):
self
.
actual_test_entry_file
(
entry_file
=
"
test_activity_computation_and_storage_pIC50_2380_002_e-9.yaml
"
)
self
.
actual_test_entry_file
(
entry_file
=
"
test_activity_computation_and_storage_pIC50_2380_002_e-9.yaml
"
)
...
@@ -720,4 +721,4 @@ class CheckAllTestAreTested(SimpleTestCase):
...
@@ -720,4 +721,4 @@ class CheckAllTestAreTested(SimpleTestCase):
# I had to remove the initial use of parametrized in order to run scenario in parallel
# I had to remove the initial use of parametrized in order to run scenario in parallel
entry_file
=
entry_file
.
split
(
'
/
'
)[
-
1
]
entry_file
=
entry_file
.
split
(
'
/
'
)[
-
1
]
with
open
(
__file__
,
'
r
'
)
as
src
:
with
open
(
__file__
,
'
r
'
)
as
src
:
self
.
assertTrue
(
any
([
entry_file
in
line
for
line
in
src
.
readlines
()]),
entry_file
+
"
not tested
"
)
self
.
assertTrue
(
any
([
entry_file
in
line
for
line
in
src
.
readlines
()]),
entry_file
+
"
not tested
"
)
\ No newline at end of file
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