aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Jinja2/py2/tests/ya.make
blob: 570e65c1ed89c73a038f8dea2d997fca5be56a62 (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
PY2TEST() 
 
OWNER(g:python-contrib) 
 
PEERDIR( 
    contrib/python/Jinja2 
) 
 
PY_SRCS( 
    TOP_LEVEL 
    res/__init__.py 
) 
 
DATA( 
    arcadia/contrib/python/Jinja2/py2/tests/res 
) 
 
RESOURCE_FILES( 
    PREFIX contrib/python/Jinja2/py2/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_bytecode_cache.py 
    test_core_tags.py 
    test_debug.py 
    test_ext.py 
    test_features.py 
    test_filters.py 
    test_idtracking.py 
    test_imports.py 
    test_inheritance.py 
    test_lexnparse.py 
    test_loader.py 
    test_nativetypes.py 
    test_regression.py 
    test_runtime.py 
    test_security.py 
    test_tests.py 
    test_utils.py 
) 
 
NO_LINT() 
 
END()