mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Add missing changelog view tests
This commit is contained in:
@ -333,6 +333,7 @@ class ManufacturerTestCase(ViewTestCases.OrganizationalObjectViewTestCase):
|
|||||||
# Blocked by absence of bulk import view for DeviceTypes
|
# Blocked by absence of bulk import view for DeviceTypes
|
||||||
class DeviceTypeTestCase(
|
class DeviceTypeTestCase(
|
||||||
ViewTestCases.GetObjectViewTestCase,
|
ViewTestCases.GetObjectViewTestCase,
|
||||||
|
ViewTestCases.GetObjectChangelogViewTestCase,
|
||||||
ViewTestCases.CreateObjectViewTestCase,
|
ViewTestCases.CreateObjectViewTestCase,
|
||||||
ViewTestCases.EditObjectViewTestCase,
|
ViewTestCases.EditObjectViewTestCase,
|
||||||
ViewTestCases.DeleteObjectViewTestCase,
|
ViewTestCases.DeleteObjectViewTestCase,
|
||||||
@ -1479,6 +1480,7 @@ class InventoryItemTestCase(ViewTestCases.DeviceComponentViewTestCase):
|
|||||||
# Blocked by lack of common creation view for cables (termination A must be initialized)
|
# Blocked by lack of common creation view for cables (termination A must be initialized)
|
||||||
class CableTestCase(
|
class CableTestCase(
|
||||||
ViewTestCases.GetObjectViewTestCase,
|
ViewTestCases.GetObjectViewTestCase,
|
||||||
|
ViewTestCases.GetObjectChangelogViewTestCase,
|
||||||
ViewTestCases.EditObjectViewTestCase,
|
ViewTestCases.EditObjectViewTestCase,
|
||||||
ViewTestCases.DeleteObjectViewTestCase,
|
ViewTestCases.DeleteObjectViewTestCase,
|
||||||
ViewTestCases.ListObjectsViewTestCase,
|
ViewTestCases.ListObjectsViewTestCase,
|
||||||
|
@ -353,6 +353,7 @@ class VLANTestCase(ViewTestCases.PrimaryObjectViewTestCase):
|
|||||||
# Blocked by absence of standard creation view
|
# Blocked by absence of standard creation view
|
||||||
class ServiceTestCase(
|
class ServiceTestCase(
|
||||||
ViewTestCases.GetObjectViewTestCase,
|
ViewTestCases.GetObjectViewTestCase,
|
||||||
|
ViewTestCases.GetObjectChangelogViewTestCase,
|
||||||
ViewTestCases.EditObjectViewTestCase,
|
ViewTestCases.EditObjectViewTestCase,
|
||||||
ViewTestCases.DeleteObjectViewTestCase,
|
ViewTestCases.DeleteObjectViewTestCase,
|
||||||
ViewTestCases.ListObjectsViewTestCase,
|
ViewTestCases.ListObjectsViewTestCase,
|
||||||
|
@ -40,6 +40,7 @@ class SecretRoleTestCase(ViewTestCases.OrganizationalObjectViewTestCase):
|
|||||||
# TODO: Change base class to PrimaryObjectViewTestCase
|
# TODO: Change base class to PrimaryObjectViewTestCase
|
||||||
class SecretTestCase(
|
class SecretTestCase(
|
||||||
ViewTestCases.GetObjectViewTestCase,
|
ViewTestCases.GetObjectViewTestCase,
|
||||||
|
ViewTestCases.GetObjectChangelogViewTestCase,
|
||||||
ViewTestCases.DeleteObjectViewTestCase,
|
ViewTestCases.DeleteObjectViewTestCase,
|
||||||
ViewTestCases.ListObjectsViewTestCase,
|
ViewTestCases.ListObjectsViewTestCase,
|
||||||
ViewTestCases.BulkEditObjectsViewTestCase,
|
ViewTestCases.BulkEditObjectsViewTestCase,
|
||||||
|
Reference in New Issue
Block a user