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,
):