فهرست منبع

Annotated blocked TODO items

Jeremy Stretch 5 سال پیش
والد
کامیت
d26fcc9918
3فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 2 0
      netbox/extras/tests/test_views.py
  2. 1 0
      netbox/ipam/tests/test_views.py
  3. 1 0
      netbox/virtualization/tests/test_views.py

+ 2 - 0
netbox/extras/tests/test_views.py

@@ -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,

+ 1 - 0
netbox/ipam/tests/test_views.py

@@ -334,6 +334,7 @@ class VLANTestCase(ViewTestCases.PrimaryObjectViewTestCase):
 
 
 # TODO: Update base class to PrimaryObjectViewTestCase
+# Blocked by absence of standard creation view
 class ServiceTestCase(
     ViewTestCases.GetObjectViewTestCase,
     ViewTestCases.EditObjectViewTestCase,

+ 1 - 0
netbox/virtualization/tests/test_views.py

@@ -186,6 +186,7 @@ class VirtualMachineTestCase(ViewTestCases.PrimaryObjectViewTestCase):
 
 
 # TODO: Update base class to DeviceComponentViewTestCase
+# Blocked by #4721
 class InterfaceTestCase(
     ViewTestCases.GetObjectViewTestCase,
     ViewTestCases.EditObjectViewTestCase,