test_folder.py 276 B

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