geonode.geoserver.createlayer.tests

Classes

CreateLayerCoreTest

Test createlayer application.

Module Contents

class geonode.geoserver.createlayer.tests.CreateLayerCoreTest[source]

Bases: geonode.tests.base.GeoNodeBaseTestSupport

Test createlayer application.

fixtures = ['initial_data.json', 'bobby'][source]
setUp()[source]
tearDown()[source]
test_dataset_creation()[source]

Try creating a layer.

test_dataset_creation_with_wrong_geometry_type()[source]

Try creating a layer with uncorrect geometry type.

test_dataset_creation_with_attributes()[source]

Try creating a layer with attributes.