aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/aioresponses/tests/ya.make
blob: 95d5a5994681754baae6b5e1132af651ae11ac06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBSCRIBER(g:python-contrib)

PY3TEST()

NO_LINT()

PEERDIR(
    contrib/python/aioresponses
)

TEST_SRCS(
    base.py
    test_aioresponses.py
    test_compat.py
)

END()