test.geo.layer.test_cons module

class test.geo.layer.test_cons.TestConsLayer(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_topological_points()[source]
test_append_building()[source]
test_append_buildingpart()[source]
test_append_cons()[source]
test_append_othercons()[source]
test_conflate()[source]
test_delete_invalid_geometries()[source]
test_explode_multi_parts()[source]
test_get_parts()[source]
test_index_of_building_and_parts()[source]
test_index_of_parts()[source]
test_merge_adjacent_features()[source]
test_merge_adjacent_parts(ref=None)[source]
test_merge_building_parts()[source]
test_move_address()[source]
test_remove_outside_parts()[source]
test_remove_parts_below_ground()[source]
test_simplify1()[source]
test_simplify2()[source]
test_to_osm()[source]
test_validate()[source]
class test.geo.layer.test_cons.TestConsLayerSimple(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_get_id()[source]
test_is_building()[source]
test_is_part()[source]
test_is_pool()[source]