geonode.resource.api.tests

Classes

ExecutionRequestApi

Module Contents

class geonode.resource.api.tests.ExecutionRequestApi[source]

Bases: geonode.tests.base.GeoNodeBaseTestSupport

fixtures = ['initial_data.json', 'group_test_data.json', 'default_oauth_apps.json', 'test_thesaurus.json'][source]
classmethod setUpClass()[source]
classmethod tearDownClass() None[source]
test_endpoint_needs_login()[source]
test_endpoint_will_accept_get()[source]
test_endpoint_will_not_accept_post()[source]
test_endpoint_will_not_accept_put()[source]
test_endpoint_will_not_accept_patch()[source]
test_endpoint_will_return_the_user_data_emmett_brown()[source]
test_endpoint_will_return_the_user_data_superuser()[source]
test_endpoint_will_return_the_user_data_superuser_with_filters()[source]
test_endpoint_should_delete_the_instance()[source]
test_endpoint_should_raise_exception_if_the_uuid_is_not_valid()[source]
test_endpoint_should_raise_exception_if_the_uuid_is_not_present()[source]
test_endpoint_should_raise_error_if_pk_is_not_passed()[source]
test_endpoint_should_return_the_source()[source]