blob: 04d39144b4266143d5c331c732844201b92ec34d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PY3TEST()
OWNER(g:passport_infra)
TEST_SRCS(
test.py
)
PEERDIR(
contrib/python/requests
)
INCLUDE(${ARCADIA_ROOT}/library/recipes/tvmtool/recipe.inc)
USE_RECIPE(
library/recipes/tvmtool/tvmtool library/recipes/tvmtool/examples/ut_with_custom_config/custom.cfg
)
END()
|