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

OWNER(g:frontend-build-platform)

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

TEST_SRCS(
    test_version_range.py
    test_version.py
)

END()