aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/yatest_lib/ya.make
blob: d115846230dd7c848369e53bde8ee6012bb39cba (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)