123456789101112131415161718192021222324252627282930313233343536373839 |
- 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 AND NOT OS_ANDROID AND NOT OS_IOS AND NOT MAPSMOBI_BUILD_TARGET)
- # FIXME: should be fixed properly in YA-1499
- PEERDIR(contrib/tools/gprof2dot)
- ENDIF()
- RESOURCE_FILES(
- PREFIX library/python/pytest/
- pytest.yatest.ini
- )
- END()
- RECURSE_FOR_TESTS(
- ut
- )
|