Renomme testcases.py -> mixins.py
This commit is contained in:
parent
bb72a16b64
commit
3b43ad84b5
6 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@ from django.conf import settings
|
|||
from django.core.management import call_command
|
||||
from django.utils import timezone
|
||||
|
||||
from shared.tests.testcases import ViewTestCaseMixin
|
||||
from shared.tests.mixins import ViewTestCaseMixin
|
||||
|
||||
from ..models import CategorieSpectacle, Salle, Spectacle, Tirage
|
||||
from .utils import create_user
|
|
@ -8,7 +8,7 @@ from django.urls import reverse
|
|||
from django.utils import formats, timezone
|
||||
|
||||
from ..models import Participant, Tirage
|
||||
from .testcases import BdATestHelpers, BdAViewTestCaseMixin
|
||||
from .mixins import BdATestHelpers, BdAViewTestCaseMixin
|
||||
|
||||
User = get_user_model()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue