blob: c9f59c881f4d5ffd04f3e19883c1a615b151db7a (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
PY3TEST()
PEERDIR(
contrib/python/Jinja2
)
PY_SRCS(
TOP_LEVEL
res/__init__.py
)
DATA(
arcadia/contrib/python/Jinja2/py3/tests/res
)
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
)
TEST_SRCS(
conftest.py
test_api.py
test_async.py
test_async_filters.py
test_bytecode_cache.py
test_compile.py
test_core_tags.py
test_debug.py
test_ext.py
test_filters.py
test_idtracking.py
test_imports.py
test_inheritance.py
test_lexnparse.py
test_loader.py
test_nativetypes.py
test_nodes.py
test_pickle.py
test_regression.py
test_runtime.py
test_security.py
test_tests.py
test_utils.py
)
NO_LINT()
END()
|