diff --git a/docs/projects/centurion_erp/development/api/tests/index.md b/docs/projects/centurion_erp/development/api/tests/index.md index 66e08411..b3551a70 100644 --- a/docs/projects/centurion_erp/development/api/tests/index.md +++ b/docs/projects/centurion_erp/development/api/tests/index.md @@ -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) diff --git a/docs/projects/centurion_erp/development/api/tests/model_history.md b/docs/projects/centurion_erp/development/api/tests/model_history.md deleted file mode 100644 index 387caf3b..00000000 --- a/docs/projects/centurion_erp/development/api/tests/model_history.md +++ /dev/null @@ -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 diff --git a/docs/projects/centurion_erp/development/api/tests/model_history_child_item.md b/docs/projects/centurion_erp/development/api/tests/model_history_child_item.md deleted file mode 100644 index ba543830..00000000 --- a/docs/projects/centurion_erp/development/api/tests/model_history_child_item.md +++ /dev/null @@ -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 diff --git a/docs/projects/centurion_erp/development/api/tests/model_history_parent_item.md b/docs/projects/centurion_erp/development/api/tests/model_history_parent_item.md deleted file mode 100644 index 5a98b7d9..00000000 --- a/docs/projects/centurion_erp/development/api/tests/model_history_parent_item.md +++ /dev/null @@ -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 diff --git a/docs/projects/centurion_erp/development/api/tests/model_history_permissions.md b/docs/projects/centurion_erp/development/api/tests/model_history_permissions.md deleted file mode 100644 index 0a8ac1ed..00000000 --- a/docs/projects/centurion_erp/development/api/tests/model_history_permissions.md +++ /dev/null @@ -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 diff --git a/docs/projects/centurion_erp/development/testing.md b/docs/projects/centurion_erp/development/testing.md index e6d10e54..ae68e07b 100644 --- a/docs/projects/centurion_erp/development/testing.md +++ b/docs/projects/centurion_erp/development/testing.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 0f3aacf1..3e569ad4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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