test_stream.py 291 B

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