aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/fs/test/ya.make
blob: 33e3f5b4fff917e2e0631d7258bba92ea4824a95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OWNER(g:yatool)

PY23_TEST()

TEST_SRCS(
    test_fs.py
)

PEERDIR(
    library/python/fs
    library/python/tmp
)

END()