geonode.geoapps.api.tests ========================= .. py:module:: geonode.geoapps.api.tests Attributes ---------- .. autoapisummary:: geonode.geoapps.api.tests.logger Classes ------- .. autoapisummary:: geonode.geoapps.api.tests.GeoAppsApiTests Module Contents --------------- .. py:data:: logger .. py:class:: GeoAppsApiTests Bases: :py:obj:`rest_framework.test.APITestCase` .. py:attribute:: fixtures :value: ['initial_data.json', 'group_test_data.json', 'default_oauth_apps.json'] .. py:method:: setUp() .. py:method:: test_geoapps_list() Ensure we can access the GeoApps list. .. py:method:: test_extra_metadata_included_with_param() .. py:method:: test_geoapps_crud() Ensure we can create/update GeoApps. .. py:method:: test_extra_create_checks_with_no_owner() .. py:method:: test_extra_create_checks_duplicated() .. py:method:: test_create_with_no_owner() .. py:method:: test_update_with_no_owner() .. py:method:: test_create_checks_duplicated()