Tema anterior

test.test_main module

Próximo tema

test.test_osmxml module

Esta página

test.test_osm module

class test.test_osm.OsmTestCase(methodName='runTest')[fuente]

Bases: unittest.case.TestCase

setUp()[fuente]

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

class test.test_osm.TestOsm(methodName='runTest')[fuente]

Bases: test.test_osm.OsmTestCase

test_append_addr()[fuente]
test_append_building()[fuente]
test_append_highway()[fuente]
test_append_node()[fuente]
test_attrs()[fuente]
test_get()[fuente]
test_getattr()[fuente]
test_index()[fuente]
test_init()[fuente]
test_merge_duplicated()[fuente]
test_properties()[fuente]
test_remove()[fuente]
test_replace()[fuente]
class test.test_osm.TestOsmElement(methodName='runTest')[fuente]

Bases: test.test_osm.OsmTestCase

test_attrs()[fuente]
test_init()[fuente]
test_is_new()[fuente]
test_set_attrs()[fuente]
class test.test_osm.TestOsmMultiPolygon(methodName='runTest')[fuente]

Bases: test.test_osm.OsmTestCase

test_init()[fuente]
class test.test_osm.TestOsmNode(methodName='runTest')[fuente]

Bases: test.test_osm.OsmTestCase

test_attrs()[fuente]
test_childs()[fuente]
test_clone()[fuente]
test_eq()[fuente]
test_geometry()[fuente]
test_getitem()[fuente]
test_init()[fuente]
test_init_round()[fuente]
test_latlon()[fuente]
test_ne()[fuente]
test_set_attrs()[fuente]
test_str()[fuente]
class test.test_osm.TestOsmPolygon(methodName='runTest')[fuente]

Bases: test.test_osm.OsmTestCase

test_init()[fuente]
class test.test_osm.TestOsmRelation(methodName='runTest')[fuente]

Bases: test.test_osm.OsmTestCase

test_append()[fuente]
test_childs()[fuente]
test_clone()[fuente]
test_eq()[fuente]
test_geometry()[fuente]
test_init()[fuente]
test_is_valid_multipolygon()[fuente]
test_member_attrs()[fuente]
test_member_eq()[fuente]
test_member_ne()[fuente]
test_ne()[fuente]
test_outer_geometry()[fuente]
test_ref()[fuente]
test_remove()[fuente]
test_replace()[fuente]
test_type()[fuente]
class test.test_osm.TestOsmWay(methodName='runTest')[fuente]

Bases: test.test_osm.OsmTestCase

test_append()[fuente]
test_childs()[fuente]
test_clean_duplicated_nodes()[fuente]
test_clone()[fuente]
test_eq()[fuente]
test_geometry()[fuente]
test_init()[fuente]
test_is_open()[fuente]
test_ne()[fuente]
test_remove()[fuente]
test_replace()[fuente]
test_search_node()[fuente]
test_shoelace()[fuente]