Harmonize test names

This commit is contained in:
2024-07-24 00:39:26 +02:00
parent d51dbf8a53
commit fee7ade1a5
12 changed files with 37 additions and 37 deletions

View File

@ -39,7 +39,7 @@ from counter.models import Counter, Customer, Product, Selling
from eboutic.models import Basket
class EbouticTest(TestCase):
class TestEboutic(TestCase):
@classmethod
def setUpTestData(cls):
cls.barbar = Product.objects.get(code="BARB")