aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/deprecated/python/scandir/tests/ya.make
blob: 544617cae854942ff37984d23f95bc843e9e246a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PY2TEST()

PEERDIR(
    contrib/deprecated/python/scandir
)

TEST_SRCS(
    test_scandir.py
    test_walk.py
)

DATA(
    arcadia/contrib/deprecated/python/scandir/tests
)

NO_LINT()

END()