aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/ut_cython/test_stream.py
blob: 6abfe1de0d09f689405354e9699194a143d2a06c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8 -*-

from __future__ import print_function, absolute_import, division

from util.stream.str_ut import TestStringOutput

# Test discovery does not work in cython modules.
# Reexporting test classes here to satisfy pylint and pytest.

__all__ = [
    'TestStringOutput',
]