aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/yatest_lib/ya.make
blob: 1b9d7aa8c24896e226a7508df88158b4cd4051a6 (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
OWNER(g:yatest) 

PY23_LIBRARY()

PY_SRCS(
    NAMESPACE
    yatest_lib
    external.py
    test_splitter.py
    tools.py
    ya.py
)

PEERDIR(
    contrib/python/six
)

IF(PYTHON2) 
    PEERDIR( 
        contrib/python/enum34 
    ) 
ENDIF() 
 
END()

RECURSE_FOR_TESTS(tests)