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

PEERDIR (
    contrib/python/pluggy
)

TEST_SRCS(
    conftest.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()