aboutsummaryrefslogtreecommitdiffstats
path: root/devtools/ya/test/const/tests/ya.make
blob: a6444636a46ea313d7f5e7e36f0ff827f5da7791 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PY23_TEST()

STYLE_PYTHON()

TEST_SRCS(
    test_validate_test_types.py
)

PEERDIR(
    devtools/ya/test/const
    devtools/ya/test/explore
)

END()