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

@ -24,7 +24,7 @@ from counter.models import Counter, Customer, Product, Refilling, Selling
from subscription.models import Subscription
class MergeUserTest(TestCase):
class TestMergeUser(TestCase):
@classmethod
def setUpTestData(cls):
cls.ae = Club.objects.get(unix_name="ae")