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

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()