refactor(access): ViewSet TestSuite re-written to pytest for model Entity
ref: #897 #877
This commit is contained in:
@ -90,7 +90,6 @@ class ViewsetTestCases(
|
||||
|
||||
|
||||
|
||||
@pytest.mark.skip(reason = 'see #895, tests being refactored')
|
||||
class EntityViewsetInheritedCases(
|
||||
ViewsetTestCases,
|
||||
):
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user