Model Permissions (Organization Manager) Test Cases
Bases: OrganizationManagerModelPermissionView
, OrganizationManagerModelPermissionAdd
, OrganizationManagerModelPermissionChange
, OrganizationManagerModelPermissionDelete
Tests for checking Organization Manager model permissions
This class includes all test cases for: Add, Change, Delete and View.
Source code in app/access/tests/abstract/model_permissions_organization_manager.py
Attributes
different_organization_is_manager: object
User whom is organization Manager of different organization than object
url_name_view: str
url name of the model view to be tested
url_view_kwargs: dict = None
View URL kwargs for model being tested
user_is_organization_manager: object
User whom is organization Manager of the object
url_name_change: str
url name of the model view to be tested
url_change_kwargs: dict = None
View URL kwargs for model being tested
app_namespace: str = None
Functions
test_model_delete_different_organization_is_organization_manager_denied()
Check correct permission for delete
Attempt to delete as user from different organization whom is an organization Manager.
Source code in app/access/tests/abstract/model_permissions_organization_manager.py
test_model_delete_has_no_permission_is_organization_manager()
Check correct permission for delete
Delete item as user who is an organization manager and has no permissions assigned. Object to be within same organization the user is a manager of.
Source code in app/access/tests/abstract/model_permissions_organization_manager.py
test_model_change_different_organization_is_organization_manager_denied()
Ensure permission view cant make change
Attempt to make change as user from different organization whom is an organization Manager.
Source code in app/access/tests/abstract/model_permissions_organization_manager.py
test_model_change_has_no_permission_is_organization_manager()
Check correct permission for change
Make change as user who is an organization manager and has no permissions assigned. Object to be within same organization the user is a manager of.
Source code in app/access/tests/abstract/model_permissions_organization_manager.py
test_model_add_different_organization_is_organization_manager_denied()
Check correct permission for add
attempt to add as user from different organization whom is an organization Manager.
Source code in app/access/tests/abstract/model_permissions_organization_manager.py
test_model_add_has_no_permission_is_organization_manager()
Check correct permission for add
Attempt to add as user who is an organization manager and has no permissions assigned. Object to be within same organization the user is a manager of.
Source code in app/access/tests/abstract/model_permissions_organization_manager.py
test_model_view_different_organizaiton_is_organization_manager_denied()
Check correct permission for view
Attempt to view with user from different organization whom is an organization Manager.
Source code in app/access/tests/abstract/model_permissions_organization_manager.py
test_model_view_has_no_permission_is_organization_manager()
Confirm that an organization manager can view the model
Attempt to view as user who is an organization manager and has no permissions assigned. Object to be within same organization the user is a manager of.
Source code in app/access/tests/abstract/model_permissions_organization_manager.py
About:
This page forms part of our Project Centurion ERP.
Page Metadata
Version: ToDo: place files short git commit hereDate Created: 2024-06-17
Date Edited: 2024-07-09
Contribution:
Would You like to contribute to our Centurion ERP project? You can assist in the following ways:
- Edit This Page If there is a mistake or a way you can improve it.
- Add a Page to the Manual if you would like to add an item to our manual
- Raise an Issue if there is something about this page you would like to improve, and git is unfamiliar to you.
ToDo: Add the page list of contributors