aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/lz4/py2/tests/ya.make
blob: 870dcdedb4cff1d233f1cca167f967559e3be5d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
PY2TEST()

PEERDIR(
    contrib/python/lz4
    contrib/python/psutil
)

FORK_SUBTESTS()
SIZE(MEDIUM)

TEST_SRCS(
    block/conftest.py
    #block/test_block_0.py
    block/test_block_1.py
    block/test_block_2.py
    block/test_block_3.py
    frame/__init__.py
    frame/conftest.py
    frame/helpers.py
    frame/test_frame_0.py
    frame/test_frame_1.py
    frame/test_frame_2.py
    frame/test_frame_3.py
    frame/test_frame_4.py
    frame/test_frame_5.py
    frame/test_frame_6.py
    frame/test_frame_7.py
    frame/test_frame_8.py
    frame/test_frame_9.py
)

NO_LINT()

END()