aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/atomicwrites/py3/tests/ya.make
blob: 7c9ba234df6ca9f300ef5907f8dd3491ba92ccaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PY3TEST()

PEERDIR(
    contrib/python/atomicwrites
)

TEST_SRCS(
    test_atomicwrites.py
)

NO_LINT()

END()