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

15 Commits

Author SHA1 Message Date
1d5f2fbd11 Correct test method name 2020-06-05 09:19:31 -04:00
4ae1879b87 Introduce APIViewTestCases for standardized API view testing 2020-06-04 16:45:03 -04:00
3711283de5 Extend ViewTestCases to get and list objects as a non-authenticated user 2020-05-06 23:43:46 -04:00
2b484955aa Extend ViewTestCases for create/edit/delete/import views to also check non-data-bound GET requests 2020-02-24 11:23:42 -05:00
3b1128f8f3 Establish standard test cases for all models 2020-02-12 13:25:56 -05:00
0d3ff664b6 Move model_to_dict() into assertInstanceEqual(); clean up test data 2020-02-05 15:47:50 -05:00
0ad613e6b4 Enable bulk creation tests for device components 2020-02-05 15:22:57 -05:00
6b9fa5e76f Enable tests for component bulk edit views 2020-02-05 11:14:07 -05:00
3e79b9d26a Add InterfaceTestCase for virtual machines 2020-02-04 16:40:18 -05:00
d431efb7d4 Add bulk edit view tests 2020-02-03 13:53:19 -05:00
24ab082674 Add bulk delete view tests 2020-02-03 10:04:09 -05:00
5386ed438e Extend standard view test case to validate built-in CSV export 2020-01-31 17:09:50 -05:00
250bda2bf6 Extend and correct evaluation of view permissions 2020-01-31 14:13:30 -05:00
7daf1df22d Add _get_url() for View test case 2020-01-31 10:30:13 -05:00
939b5f2e29 Reorganize test classes to prevent unittest from running the base TestCases 2020-01-31 09:00:01 -05:00