test.geo.layer.test_base module

class test.geo.layer.test_base.TestBaseLayer(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_add_delete()[source]
test_append_all_fields()[source]
test_append_void()[source]
test_append_void_geometry(m_geom)[source]
test_append_with_query()[source]
test_append_with_rename()[source]
test_boundig_box()[source]
test_copy_feature_all_fields()[source]
test_copy_feature_with_rename()[source]
test_copy_feature_with_resolve()[source]
test_get_index(m_index)[source]
test_reproject()[source]
test_to_osm()[source]
test_translate_field()[source]
class test.geo.layer.test_base.TestBaseLayer2(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_export_default(mock_os, mock_fw, mock_wvf)[source]
test_export_other(mock_os, mock_crs, mock_wvf)[source]