chore(access): Team model Unit Tests for skip

ref: #789 #791
This commit is contained in:
2025-06-06 13:51:31 +09:30
parent 7cc8192ec2
commit ad1f92cdb4

View File

@ -1,3 +1,4 @@
import pytest
from django.contrib.auth.models import GroupManager
from django.test import TestCase
@ -21,7 +22,7 @@ class ModelTestCases(
}
@pytest.mark.skip( reason = 'refactor')
class TeamModelTest(
ModelTestCases,
TestCase,