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

PEERDIR(
    contrib/python/atomicwrites
)

TEST_SRCS(
    test_atomicwrites.py
)

NO_LINT()

END()