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

@ -11,7 +11,7 @@ from core.models import RealGroup, User
from pedagogy.models import UV
class UVSearchTest(TestCase):
class TestUVSearch(TestCase):
"""Test UV guide rights for view and API."""
@classmethod