aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/MarkupSafe/py3/tests/ya.make
blob: d37516d5612eecc1033061df343d73f0f5927fb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PY3TEST()

OWNER(g:python-contrib)

PEERDIR(
    contrib/python/MarkupSafe
)

TEST_SRCS(
    conftest.py
    test_escape.py
    test_exception_custom_html.py
    test_leak.py
    test_markupsafe.py
)

NO_LINT()

END()