1
0
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:
Jeremy Stretch
2020-07-14 16:31:55 -04:00
parent 04d8ab3792
commit 1291fc4187
3 changed files with 4 additions and 0 deletions

View File

@@ -333,6 +333,7 @@ class ManufacturerTestCase(ViewTestCases.OrganizationalObjectViewTestCase):
# Blocked by absence of bulk import view for DeviceTypes
class DeviceTypeTestCase(
ViewTestCases.GetObjectViewTestCase,
ViewTestCases.GetObjectChangelogViewTestCase,
ViewTestCases.CreateObjectViewTestCase,
ViewTestCases.EditObjectViewTestCase,
ViewTestCases.DeleteObjectViewTestCase,
@@ -1479,6 +1480,7 @@ class InventoryItemTestCase(ViewTestCases.DeviceComponentViewTestCase):
# Blocked by lack of common creation view for cables (termination A must be initialized)
class CableTestCase(
ViewTestCases.GetObjectViewTestCase,
ViewTestCases.GetObjectChangelogViewTestCase,
ViewTestCases.EditObjectViewTestCase,
ViewTestCases.DeleteObjectViewTestCase,
ViewTestCases.ListObjectsViewTestCase,