@ -30,14 +30,6 @@ Models are tested using the following test cases:
|
||||
|
||||
- [View Permission (organization Manager)](./model_permission_view_organization_manager.md)
|
||||
|
||||
- [History Entry](./model_history.md)
|
||||
|
||||
- [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)
|
||||
|
||||
- [Model Views](./model_views.md)
|
||||
|
||||
- [Tenancy Objects](./model_tenancy_object.md)
|
||||
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
title: History Entry Test Cases
|
||||
description: No Fuss Computings model history entry unit test cases
|
||||
date: 2024-06-15
|
||||
template: project.html
|
||||
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp
|
||||
---
|
||||
|
||||
::: app.core.tests.abstract.history_entry.HistoryEntry
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Child Item History Entry Test Cases
|
||||
description: No Fuss Computings model child item history entry unit test cases
|
||||
date: 2024-06-15
|
||||
template: project.html
|
||||
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp
|
||||
---
|
||||
|
||||
::: app.core.tests.abstract.history_entry_child_model.HistoryEntryChildItem
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Parent Item History Entry Test Cases
|
||||
description: No Fuss Computings model parent item history entry unit test cases
|
||||
date: 2024-06-15
|
||||
template: project.html
|
||||
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp
|
||||
---
|
||||
|
||||
::: app.core.tests.abstract.history_entry_parent_model.HistoryEntryParentItem
|
@ -1,11 +0,0 @@
|
||||
---
|
||||
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/centurion_erp
|
||||
---
|
||||
|
||||
::: app.core.tests.abstract.history_permissions.HistoryPermissions
|
||||
options:
|
||||
show_source: true
|
@ -128,7 +128,7 @@ Items to test include, and are not limited to:
|
||||
|
||||
- can access global object (still to require model CRUD permission)
|
||||
|
||||
- history - [History Entries](./api/tests/model_history.md), [History Permissions](./api/tests/model_history_permissions.md)
|
||||
- history
|
||||
|
||||
- saves history with parent pk and parent class
|
||||
|
||||
|
@ -109,14 +109,6 @@ nav:
|
||||
|
||||
- projects/centurion_erp/development/api/tests/models.md
|
||||
|
||||
- projects/centurion_erp/development/api/tests/model_history.md
|
||||
|
||||
- projects/centurion_erp/development/api/tests/model_history_child_item.md
|
||||
|
||||
- projects/centurion_erp/development/api/tests/model_history_parent_item.md
|
||||
|
||||
- projects/centurion_erp/development/api/tests/model_history_permissions.md
|
||||
|
||||
- projects/centurion_erp/development/api/tests/model_permissions.md
|
||||
|
||||
- projects/centurion_erp/development/api/tests/model_permissions_organization_manager.md
|
||||
|
Reference in New Issue
Block a user