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

PEERDIR(
    contrib/python/retry
)

IF (PYTHON2)
    PEERDIR(
        contrib/python/mock
    )
ENDIF()

SRCDIR(contrib/python/retry/py3/retry/tests)

TEST_SRCS(
    test_retry.py
)

NO_LINT()

END()