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

PY3TEST()

TEST_SRCS(
    package_json.py
    utils.py
)

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

END()