aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pluggy/py2/tests/ya.make
blob: ca38a01c7d41018298224ee5e73e875747d3f918 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PY2TEST()

PEERDIR (
    contrib/python/pluggy
)

TEST_SRCS(
    conftest.py
    test_deprecations.py
    test_details.py
    test_helpers.py
    test_hookcaller.py
    test_invocations.py
    test_multicall.py
    test_pluginmanager.py
    test_tracer.py
)

NO_LINT()

END()