aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pyrsistent/py3/tests/ya.make
blob: 8bb63ae5597374d382e23dbc73c3a92786ee06c4 (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
PY3TEST()

PEERDIR(
    contrib/python/pyrsistent
)

TEST_SRCS(
    bag_test.py
    checked_map_test.py
    checked_set_test.py
    checked_vector_test.py
    class_test.py
    deque_test.py
    field_test.py
    freeze_test.py
    immutable_object_test.py
    list_test.py
    map_test.py
    record_test.py
    regression_test.py
    set_test.py
    toolz_test.py
)

NO_LINT()

END()