geonode.tests.test_rest_api

Classes

TestGroupResAuthorization

TestGroupProfileResAuthorization

Module Contents

class geonode.tests.test_rest_api.TestGroupResAuthorization[source]

Bases: geonode.tests.base.GeoNodeBaseTestSupport

test_super_admin_user(super_mock)[source]
test_regular_user_hide_private(super_mock, mocked_profile)[source]
test_regular_user(super_mock, mocked_profile)[source]
test_anonymous_user(super_mock, mocked_profile)[source]
class geonode.tests.test_rest_api.TestGroupProfileResAuthorization[source]

Bases: geonode.tests.base.GeoNodeBaseTestSupport

test_super_admin_user(super_mock)[source]
test_regular_user_hide_private(super_mock, mocked_profile)[source]
test_regular_user(super_mock, mocked_profile)[source]
test_anonymous_user(super_mock, mocked_profile)[source]