aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/ut_cython/test_system.py
blob: 923fb442e576b1771752f40ce6069ea4fb23b19c (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.system.types_ut import TestTypes

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

__all__ = [
    'TestTypes',
]