aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/lib/nots/package_manager/base/tests/ya.make
blob: 1bece69c330fd6403f2c86aed42585b45513afe5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PY23_TEST()

OWNER(g:frontend-build-platform)

TEST_SRCS(
    package_json.py
    utils.py
)

PEERDIR(
    build/plugins/lib/nots/package_manager/base
)

END()