summaryrefslogtreecommitdiffstats
path: root/build/plugins/lib/nots/package_manager/tests/ya.make
blob: a0121cf32f6316eefff5ae8e84975e51ec0e429d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBSCRIBER(g:frontend_build_platform)

PY3TEST()

TEST_SRCS(
    test_lockfile.py
    test_package_json.py
    test_utils.py
    test_workspace.py
)

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

END()