geonode.storage.tests
Classes
Module Contents
- class geonode.storage.tests.TestDropboxStorageManager[source]
Bases:
django.test.testcases.SimpleTestCase- test_dropbox_deleted(dbx)[source]
Will test that the function returns the expected result and that the DropBoxStorage function as been called with the expected parameters
- test_dropbox_exists(dbx)[source]
Will test that the function returns the expected result and that the DropBoxStorage function as been called with the expected parameters
- test_dropbox_listdir(dbx)[source]
Will test that the function returns the expected result and that the DropBoxStorage function as been called with the expected parameters
- test_dropbox_open(dbx)[source]
Will test that the function returns the expected result and that the DropBoxStorage function as been called with the expected parameters
- test_dropbox_path(dbx)[source]
Will test that the function returns the expected result and that the DropBoxStorage function as been called with the expected parameters
- class geonode.storage.tests.TestGoogleStorageManager[source]
Bases:
django.test.testcases.SimpleTestCase- test_google_deleted(gcs)[source]
Will test that the function returns the expected result and that the GoogleCloudStorage function as been called with the expected parameters
- test_google_exists(gcs)[source]
Will test that the function returns the expected result and that the GoogleCloudStorage function as been called with the expected parameters
- test_google_listdir(gcs)[source]
Will test that the function returns the expected result and that the GoogleCloudStorage function as been called with the expected parameters
- test_google_open(gcs)[source]
Will test that the function returns the expected result and that the GoogleCloudStorage function as been called with the expected parameters
- test_google_path()[source]
Will test that the function returns the expected result and that the GoogleCloudStorage function as been called with the expected parameters
- class geonode.storage.tests.TestAwsStorageManager[source]
Bases:
django.test.testcases.SimpleTestCase- test_aws_deleted(aws)[source]
Will test that the function returns the expected result and that the AwsStorageManager function as been called with the expected parameters
- test_aws_exists(aws)[source]
Will test that the function returns the expected result and that the AwsStorageManager function as been called with the expected parameters
- test_aws_listdir(aws)[source]
Will test that the function returns the expected result and that the AwsStorageManager function as been called with the expected parameters
- test_aws_open(aws)[source]
Will test that the function returns the expected result and that the AwsStorageManager function as been called with the expected parameters
- test_aws_path(aws)[source]
Will test that the function returns the expected result and that the AwsStorageManager function as been called with the expected parameters
- class geonode.storage.tests.TestStorageManager[source]
Bases:
geonode.tests.base.GeoNodeBaseTestSupport- test_storage_manager_deleted(strg)[source]
Will test that the function returns the expected result and that the StorageManager function as been called with the expected parameters
- test_storage_manager_exists(strg)[source]
Will test that the function returns the expected result and that the StorageManager function as been called with the expected parameters
- test_storage_manager_listdir(strg)[source]
Will test that the function returns the expected result and that the StorageManager function as been called with the expected parameters
- test_storage_manager_open(strg)[source]
Will test that the function returns the expected result and that the StorageManager function as been called with the expected parameters
- test_storage_manager_path(strg)[source]
Will test that the function returns the expected result and that the StorageManager function as been called with the expected parameters
- test_storage_manager_save(strg)[source]
Will test that the function returns the expected result and that the StorageManager function as been called with the expected parameters
- test_storage_manager_size(strg)[source]
Will test that the function returns the expected result and that the StorageManager function as been called with the expected parameters
- test_storage_manager_replace_files_list()[source]
Will test that the function returns the expected result and that the StorageManager function as been called with the expected parameters