aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/responses/py2/tests/ya.make
blob: ac94df39deac52183e40dd0b8f8e5bf20841608f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PY2TEST()

PEERDIR(
    contrib/python/pytest-localserver
    contrib/python/responses
)

DATA(
    arcadia/contrib/python/responses/py2/responses/test_responses.py
)

SRCDIR(contrib/python/responses/py2/responses)

TEST_SRCS(
    test_matchers.py
    test_responses.py
)

NO_LINT()

END()