1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Annotated blocked TODO items

This commit is contained in:
Jeremy Stretch
2020-06-10 16:56:24 -04:00
parent 8e9dc9f20e
commit d26fcc9918
3 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ from utilities.testing import ViewTestCases, TestCase
# TODO: Change base class to PrimaryObjectViewTestCase
# Blocked by #3703
class TagTestCase(
ViewTestCases.GetObjectViewTestCase,
ViewTestCases.EditObjectViewTestCase,
@@ -43,6 +44,7 @@ class TagTestCase(
# TODO: Change base class to PrimaryObjectViewTestCase
# Blocked by absence of standard create/edit, bulk create views
class ConfigContextTestCase(
ViewTestCases.GetObjectViewTestCase,
ViewTestCases.DeleteObjectViewTestCase,