test.test_app module

class test.test_app.TestCatAtom2Osm(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

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

test_exit()[source]
test_export_layer(m_log)[source]
test_gdal(m_gdal)[source]
test_get_auxiliary_addresses(m_cdau)[source]
test_get_current_ad_osm(m_report, m_log)[source]
test_get_highway(m_layer)[source]
test_get_tasks(m_type, m_os)[source]
test_get_translations(m_csv, m_config, m_os)[source]
test_init(m_os, m_cat)[source]
test_merge_address()[source]
test_process_building(m_report)[source]
test_process_building_no_add_no_conf()[source]
test_process_parcel()[source]
test_process_tasks(m_os)[source]
test_read_osm(m_overpass, m_xml, m_open, m_log, m_os)[source]
test_run_default()[source]
test_run_default_2nd()[source]
test_write_osm(m_gz, m_io, m_codecs, m_xml)[source]
class test.test_app.TestQgsSingleton(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_new(m_qgsapp, m_gdal)[source]
test.test_app.get_func(f)[source]