geonode.tests.utils
Attributes
Classes
client for making http requests |
|
Helper class for notification tests |
Functions
|
|
|
Get url page possible with username and password. |
|
Verify if an object is a valid Dataset. |
Module Contents
- class geonode.tests.utils.Client(url, user, passwd, *args, **kwargs)[source]
Bases:
django.test.client.Clientclient for making http requests
- upload_file(_file, perms=None)[source]
function that uploads a file, or a collection of files, to the GeoNode
- geonode.tests.utils.get_web_page(url, username=None, password=None, login_url=None)[source]
Get url page possible with username and password.
- class geonode.tests.utils.NotificationsTestsHelper[source]
Bases:
geonode.tests.base.GeoNodeBaseTestSupportHelper class for notification tests
This provides: