aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/cyson/ut/ya.make
blob: 1af753735f52bfb643348c7f03b3c8510373208d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PY23_TEST()

PEERDIR(
    library/python/cyson
)

IF(NOT OS_WINDOWS)
    PEERDIR(
        contrib/python/numpy
    )
ENDIF()

TEST_SRCS(
    test_control_attributes.py
    test_input_stream.py
    test_py_reader_writer.py
    test_reader_writer.py
    test_unsigned_long.py
)

END()