add tests

This commit is contained in:
imperosol
2026-04-17 18:13:13 +02:00
parent 25c797fff8
commit 8b3bac9f93
4 changed files with 36 additions and 21 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from model_bakery import baker
from model_bakery.recipe import Recipe
from pytest_django.asserts import assertNumQueries
from club.models import Club, ClubRole, Membership, ClubRole
from club.models import Club, ClubRole, Membership
from core.baker_recipes import subscriber_user
from core.models import Group, Page, User