aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/deprecated/python/subprocess32/testdata/ya.make
blob: 4611e078bbe33cbd37a6edf0c94a562246d51f15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PY2TEST()

SIZE(MEDIUM)

NO_LINT()

SRCDIR(
    contrib/deprecated/python/subprocess32
)

TEST_SRCS(
    test_subprocess32.py
)

TEST_CWD(
    contrib/deprecated/python/subprocess32
)

END()