test_system.py 279 B

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