Module: safe.storage.utilities_test

Utilities to to support test suite

safe.storage.utilities_test.same_API(X, Y, exclude=None)[source]

Check that public methods of X and Y are the same.

Args:
  • X, Y: Python objects
  • exclude: List of names to exclude from comparison or None

This module forms part of the InaSAFE tool.

Previous topic

Module: safe.storage.test_vector

Next topic

Module: safe.storage.test_io

This Page