Renomme testcases.py -> mixins.py

This commit is contained in:
Ludovic Stephan 2020-05-11 00:19:43 +02:00
parent bb72a16b64
commit 3b43ad84b5
6 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@ from django.contrib.auth import get_user_model
from django.test import TestCase
from django.urls import reverse
from gestioncof.tests.testcases import ViewTestCaseMixin
from gestioncof.tests.mixins import ViewTestCaseMixin
from .utils import (
PetitCoursTestHelpers,