aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pluggy/py2/tests/ya.make
blob: 2091a66adf190ed730a4ba5f7f5b634e8664adeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PY2TEST() 
 
OWNER(g:python-contrib) 
 
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()