aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/multidict/tests/ya.make
blob: f9d823fb921488aa3ab62db56521eb367c9a493e (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
24
25
26
27
28
29
PY3TEST()

PEERDIR(
    contrib/python/multidict
)

TEST_SRCS(
    conftest.py
    test_abc.py
    test_copy.py
    test_guard.py
    test_istr.py
    test_multidict.py
    test_mutable_multidict.py
    test_mypy.py
    test_pickle.py
    test_types.py
    test_update.py
    test_version.py
)

DATA(
    arcadia/contrib/python/multidict/tests
)


NO_LINT()

END()