aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/windows/ut/ya.make
blob: c321141f37e63d918a96c2656f30fd5494fcb732 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PY23_TEST()

STYLE_PYTHON()

TEST_SRCS(
    test_windows.py
)

PEERDIR(
    library/python/windows
)

END()