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

TEST_SRCS(
    test_fs.py
)

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

END()