geonode.groups.tests
Attributes
Classes
Functions
|
Module Contents
- class geonode.groups.tests.GroupsSmokeTest[source]
Bases:
geonode.tests.base.GeoNodeBaseTestSupport- test_registered_group_exists()[source]
Ensures that a default group and grouprofile ‘registered-users’ has been created at initialization time.
- test_users_group_list_view()[source]
Ensures that a superuser can see the whole group list.
Ensures that a user can see only public/public-invite groups.
Ensures that a user belonging to a private group, can see it.
- test_group_permissions_extend_to_user()[source]
Ensures that when a user is in a group, the group permissions extend to the user.
- test_perms_info()[source]
Tests the perms_info function (which passes permissions to the response context).
- test_resource_permissions()[source]
Tests that the client can get and set group permissions through the test_resource_permissions view.
- test_delete_group_view_no_perms()[source]
Tests deleting a group through the group_delete with a non-manager.
- test_public_pages_render()[source]
Verify pages that do not require login load without internal error
- test_group_logo_is_present_on_list_view()[source]
Verify that a group’s logo is rendered on list view.