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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
23df1de0
Commit
23df1de0
authored
3 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
reset DB between contribution E2E tests
parent
027c40d6
No related branches found
No related tags found
2 merge requests
!43
K8S deployments of release branche, and other updates
,
!35
migrate iPPI-DB to Django 4.0
Pipeline
#72506
failed
3 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ippisite/ippidb/tests/tests_contribute_e2e.py
+3
-3
3 additions, 3 deletions
ippisite/ippidb/tests/tests_contribute_e2e.py
with
3 additions
and
3 deletions
ippisite/ippidb/tests/tests_contribute_e2e.py
+
3
−
3
View file @
23df1de0
...
...
@@ -11,7 +11,7 @@ import glob
from
django.contrib.auth
import
get_user_model
from
django.db.models
import
Value
from
django.db.models.functions
import
Concat
from
django.test
import
TestCase
from
django.test
import
Transaction
TestCase
from
django.urls
import
reverse
from
parameterized
import
parameterized
import
requests_cache
...
...
@@ -52,12 +52,12 @@ def compute_ppi_name(entry_data):
return
name
class
ContributionE2ETestCase
(
TestCase
):
class
ContributionE2ETestCase
(
Transaction
TestCase
):
"""
This class tests the Contribution Wizard by interacting with it
in the same way a user would do.
"""
reset_sequences
=
True
SYMMETRIES
=
[
[
"
AS
"
,
"
asymmetric
"
],
[
"
C2
"
,
"
C2 symmetry
"
],
...
...
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