test: refactor history permission tests to use an abstract class of test cases
!27 #15
This commit is contained in:
@ -124,3 +124,5 @@ Models are tested using the following test cases:
|
||||
- [History Entry (Child Item)](./model_history_child_item.md)
|
||||
|
||||
- [History Entry (Parent Item)](./model_history_parent_item.md)
|
||||
|
||||
- [History Entry Permissions](./model_history_permissions.md)
|
||||
|
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: History Entry Permission Test Cases
|
||||
description: No Fuss Computings model history entry permission unit test cases
|
||||
date: 2024-06-16
|
||||
template: project.html
|
||||
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/django_app
|
||||
---
|
||||
|
||||
::: app.core.tests.abstract.history_permissions.HistoryPermissions
|
||||
options:
|
||||
show_source: true
|
Reference in New Issue
Block a user