Package eoxserver :: Package services :: Module testbase
[hide private]
[frames] | no frames]

Module testbase

source code

Classes [hide private]
  OWSTestCase
Main base class for testing the OWS interface of EOxServer.
  RasterTestCase
Base class for test cases that expect a raster as response.
  GDALDatasetTestCase
Extended RasterTestCases that open the result with GDAL and perform several tests.
  RectifiedGridCoverageTestCase
  ReferenceableGridCoverageTestCase
  XMLTestCase
Base class for test cases that expects XML output, which is parsed and validated against a schema definition.
  SchematronTestMixIn
Mixin class for XML test cases that uses XML schematrons for validation.
  ExceptionTestCase
Exception test cases expect the request to fail and examine the exception response.
  HTMLTestCase
HTML test cases expect to receive HTML text.
  MultipartTestCase
Multipart tests combine XML and raster tests and split the response into a xml and a raster part which are examined separately.
  RectifiedGridCoverageMultipartTestCase
  ReferenceableGridCoverageMultipartTestCase
  WCSTransactionTestCase
Base class for WCS Transactional test cases.
  WCSTransactionRectifiedGridCoverageTestCase
WCS-T test cases for RectifiedGridCoverages
  WCSTransactionReferenceableGridCoverageTestCase
WCS-T test cases for ReferenceableGridCoverages
  WCS20DescribeEOCoverageSetSubsettingTestCase
  WCS20DescribeEOCoverageSetPagingTestCase
  WCS20DescribeEOCoverageSetSectionsTestCase
  WCS20GetCoverageMultipartTestCase
  WCS20GetCoverageRectifiedGridCoverageMultipartTestCase
  WCS20GetCoverageReferenceableGridCoverageMultipartTestCase
  RasdamanTestCaseMixIn
  WMS11GetMapTestCase
  WMS13GetMapTestCase
  WMS13ExceptionTestCase
Functions [hide private]
 
extent_from_ds(ds) source code
 
resolution_from_ds(ds) source code
 
_getMime(s) source code
Variables [hide private]
  logger = logging.getLogger(__name__)
  RE_MIME_TYPE_XML = re.compile(r'(?i)^text/xml|application/(?:[...
  __package__ = 'eoxserver.services'
Variables Details [hide private]

RE_MIME_TYPE_XML

Value:
re.compile(r'(?i)^text/xml|application/(?:[a-z]+\+)?xml$')