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

reset DB between contribution E2E tests

parent 027c40d6
No related branches found
No related tags found
2 merge requests!43K8S deployments of release branche, and other updates,!35migrate iPPI-DB to Django 4.0
Pipeline #72506 failed
......@@ -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 TransactionTestCase
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(TransactionTestCase):
"""
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"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment