blob: 297d71dd653a30da6c28fed8c0d77fffa130301d (
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
|
PY23_LIBRARY()
PY_SRCS(
__init__.py
config.py
context.py
main.py
rewrite.py
yatest_tools.py
)
STYLE_PYTHON()
PEERDIR(
contrib/python/attrs
contrib/python/python-dateutil
contrib/python/ipdb
contrib/python/py
contrib/python/pytest
library/python/pytest/plugins
library/python/testing/yatest_common
library/python/testing/yatest_lib
)
IF (NOT OPENSOURCE)
PEERDIR(contrib/tools/gprof2dot)
ENDIF()
RESOURCE_FILES(
PREFIX library/python/pytest/
pytest.yatest.ini
)
END()
RECURSE_FOR_TESTS(
ut
)
|