blob: 7ae1b5e1b9c6a2a1f4adb6239247508fdf574795 (
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
|
PY3TEST()
PEERDIR(
contrib/python/Jinja2
contrib/python/trio
)
DATA(
arcadia/contrib/python/Jinja2/py3/tests
)
PY_SRCS(
TOP_LEVEL
res/__init__.py
)
RESOURCE_FILES(
PREFIX contrib/python/Jinja2/py3/tests/
res/templates/broken.html
res/templates/foo/test.html
res/templates/mojibake.txt
res/templates/syntaxerror.html
res/templates/test.html
res/templates2/foo
)
ALL_PYTEST_SRCS()
NO_LINT()
END()
|