refactor(access): ViewSet TestSuite re-written to pytest for model Entity

ref: #897 #877
This commit is contained in:
2025-07-28 11:21:00 +09:30
parent a72e153aa3
commit 123828d96d
2 changed files with 1 additions and 2 deletions

View File

@ -90,7 +90,6 @@ class ViewsetTestCases(
@pytest.mark.skip(reason = 'see #895, tests being refactored')
class EntityViewsetInheritedCases(
ViewsetTestCases,
):

View File

@ -9,7 +9,7 @@ from access.tests.unit.contact.test_unit_contact_viewset import (
from human_resources.models.employee import Employee
@pytest.mark.skip(reason = 'see #895, tests being refactored')
@pytest.mark.model_employee
class ViewsetTestCases(
ContactViewsetInheritedCases,