aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/fs/test/ya.make
blob: b0e636c44650457f859aaa1e0ea7a2d472506698 (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()