Module: safe_qgis.test_keyword_io

class safe_qgis.test_keyword_io.KeywordIOTest(methodName='runTest')[source]

Tests for reading and writing of raster and vector data

test_appendKeywords()[source]

Can we append file keywords with the generic readKeywords method.

test_areKeywordsFileBased()[source]

Can we correctly determine if keywords should be written to file or to database?

test_getHashForDatasource()[source]

Test we can reliably get a hash for a uri

test_readDBKeywords()[source]

Can we read sqlite keywords with the generic readKeywords method

test_readRasterFileKeywords()[source]

Can we read raster file keywords using generic readKeywords method

test_readVectorFileKeywords()[source]

Can we read vector file keywords with the generic readKeywords method

test_writeReadKeywordFromUri()[source]

Test we can set and get keywords for a non local datasource

This module forms part of the InaSAFE tool.

Previous topic

Module: safe_qgis.test_map_legend

Next topic

Module: safe_qgis.test_plugin

This Page