summaryrefslogtreecommitdiffstats
path: root/contrib/python/deepmerge/py3/tests/ya.make
blob: 2bf59da8cf2d77946aa0d87b57cdd999c66e0855 (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
PY3TEST()

SUBSCRIBER(g:python-contrib)

PEERDIR(
    contrib/python/deepmerge
)

SRCDIR(
    contrib/python/deepmerge/py3/deepmerge/tests
)

TEST_SRCS(
    __init__.py
    strategy/__init__.py
    strategy/test_core.py
    strategy/test_list.py
    strategy/test_set_merge.py
    strategy/test_type_conflict.py
    test_full.py
    test_merger.py
)

NO_LINT()

END()