/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
library/python/runtime_py3/test/ya.make
37 строк
611 B
wilytiger
support building opensource nbs with ya make
09 окт 2023, 17:33
09 окт 2023, 17:33
759d542
Код
Авторство
О чём код?
PY3TEST() STYLE_PYTHON() DEPENDS(library/python/runtime_py3/test/traceback) PEERDIR( contrib/python/parameterized contrib/python/PyYAML ) PY_SRCS( TOP_LEVEL resources/__init__.py resources/submodule/__init__.py ) TEST_SRCS( test_metadata.py test_resources.py test_traceback.py test_arcadia_source_finder.py ) RESOURCE_FILES( PREFIX library/python/runtime_py3/test/ .dist-info/METADATA .dist-info/RECORD .dist-info/entry_points.txt .dist-info/top_level.txt resources/foo.txt resources/submodule/bar.txt ) END() RECURSE_FOR_TESTS(traceback)