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

Add bulk delete view tests

This commit is contained in:
Jeremy Stretch
2020-02-03 10:04:09 -05:00
parent 5386ed438e
commit 24ab082674
2 changed files with 30 additions and 1 deletions

View File

@@ -1129,6 +1129,7 @@ class VirtualChassisTestCase(StandardTestCases.Views):
# Disable inapplicable tests
test_get_object = None
test_import_objects = None
test_bulk_delete_objects = None
# TODO: Requires special form handling
test_create_object = None