test_memory.py 276 B

123456789101112
  1. # -*- coding: utf-8 -*-
  2. from __future__ import print_function, absolute_import, division
  3. from util.memory.blob_ut import TestBlob
  4. # Test discovery does not work in cython modules.
  5. # Reexporting test classes here to satisfy pylint and pytest.
  6. __all__ = [
  7. 'TestBlob',
  8. ]