geonode.social.tests ==================== .. py:module:: geonode.social.tests .. autoapi-nested-parse:: This file demonstrates writing tests using the unittest module. These will pass when you run "manage.py test". Replace this with more appropriate tests for your application. Classes ------- .. autoapisummary:: geonode.social.tests.RecentActivityTest Module Contents --------------- .. py:class:: RecentActivityTest Bases: :py:obj:`geonode.tests.base.GeoNodeBaseTestSupport` .. py:attribute:: integration :value: True .. py:attribute:: fixtures :value: ['initial_data.json', 'group_test_data.json', 'default_oauth_apps.json'] .. py:method:: setUpClass() :classmethod: .. py:method:: tearDownClass() :classmethod: .. py:method:: setUp() .. py:method:: test_dataset_activity() Tests the activity functionality when a layer is saved. .. py:method:: test_get_recent_activities()