test.geo.layer.test_parcel module

class test.geo.layer.test_parcel.TestParcelLayer(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

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

test_count_parts()[source]
test_create_missing_parcels()[source]
test_delete_void_parcels()[source]
test_get_groups_by_adjacent_buildings()[source]
test_get_groups_by_parts_count()[source]
test_init()[source]
test_merge_by_adjacent_buildings()[source]
test_merge_by_parts_count()[source]
test_not_empty()[source]