aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/lz4/py3/tests/ya.make
blob: 38f4c85b8d083272c9cad1cb3ea61dcd92bf531f (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
35
36
37
38
39
40
41
42
PY3TEST()

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
    stream/conftest.py
    stream/test_stream_0.py
    #stream/test_stream_1.py
    stream/test_stream_2.py
    stream/test_stream_3.py
    stream/test_stream_4.py
)

NO_LINT()

REQUIREMENTS(ram:18)

END()