Commit Graph

24 Commits

Author SHA1 Message Date
Jeremy Stretch
a0c8b3ca7a Extend assertInstanceEqual to accept a list of data fields to exclude from comparison with the instance 2020-11-25 11:44:44 -05:00
Jeremy Stretch
7dfd6b3650 Closes #5016: assertHttpStatus() should report form validation errors 2020-08-18 17:02:47 -04:00
Jeremy Stretch
6d6c1b0add Dump full response content on unexpected status code 2020-08-18 10:41:28 -04:00
Jeremy Stretch
05e7af702b Remove restriction enforcement from RestrictedQuerySet 2020-07-23 12:48:03 -04:00
Jeremy Stretch
f981c9004f Fix regex for Python 3.7 2020-07-15 16:19:30 -04:00
Jeremy Stretch
084c5cec2f Introduce BulkRenameObjectsViewTestCase 2020-07-14 13:19:00 -04:00
Jeremy Stretch
93aa75c3df Rename BulkCreateObjectsViewTestCase to CreateMultipleObjectsViewTestCase 2020-07-14 11:08:59 -04:00
Jeremy Stretch
20ed0a1373 Refactor APITestCase to provide dynamic queryset specification 2020-07-07 13:13:19 -04:00
Jeremy Stretch
07a8a11229 #4416: Add individual delete views for organizational objects 2020-07-01 12:08:26 -04:00
Jeremy Stretch
f6986ef525 Update test methods to call unrestricted() on RestrictedQuerySets 2020-06-26 16:15:21 -04:00
Jeremy Stretch
8b30972836 Fix the initial permissions check on create/edit view tests 2020-06-26 15:21:59 -04:00
Jeremy Stretch
b0bbf53b3a Apply restrict_form_fields() to bulk edit views 2020-06-26 15:11:05 -04:00
Jeremy Stretch
05fd90fa63 Fix create, edit view test methods 2020-06-26 14:48:04 -04:00
Jeremy Stretch
2d77c44740 Add test method for changelog view 2020-06-25 15:43:47 -04:00
Jeremy Stretch
fa71921fa5 Extend DeviceComponentViewTestCase to include GetObjectViewTestCase 2020-06-25 11:04:42 -04:00
Jeremy Stretch
18513b0b1f Fix up tests 2020-06-18 10:32:22 -04:00
Jeremy Stretch
b47e0a3c0a Merge branch 'develop' into develop-2.9 2020-06-17 16:57:17 -04:00
Jeremy Stretch
f03969dcec Merge pull request #4770 from netbox-community/3703-limit-tag-creation
Closes #3703: Restrict tag creation
2020-06-17 12:28:04 -04:00
Jeremy Stretch
59c5d1e57e Merge branch 'develop' into develop-2.9 2020-06-15 16:04:32 -04:00
Jeremy Stretch
c8a25fb2cd Update tests for tag changes 2020-06-12 11:33:23 -04:00
Jeremy Stretch
45b3b6f091 Clean up and improve UI view tests 2020-06-11 16:12:50 -04:00
Jeremy Stretch
b8ded3149d Extend assertInstanceEqual() to handle M2M relations to ContentType 2020-06-08 16:32:50 -04:00
Jeremy Stretch
c005a349b9 Remove duplicate test method 2020-06-08 11:22:12 -04:00
Jeremy Stretch
e218ceb328 Move APIViewTestCases to api.py 2020-06-08 10:46:53 -04:00