safe.storage.test.utilities module
Utilities to to support test suite
-
safe.storage.test.utilities.same_API(X, Y, exclude=None)[source]
Check that public methods of X and Y are the same.
Parameters: |
- X (object) – Python objects to compare api
- Y (object) – Python objects to compare api
- exclude (list, None) – List of names to exclude from comparison or None
|