blob: 6117ded073ab87a1da66312d884e3bf46313963f (
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
|
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_set_merge.py
strategy/test_type_conflict.py
test_full.py
test_merger.py
)
NO_LINT()
END()
|