blob: c0d3cfaeda5db6de61ea03b5dd06e515c6480484 (
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
|
PY2TEST()
SUBSCRIBER(g:python-contrib)
PEERDIR(
contrib/python/deepmerge
)
SRCDIR(
contrib/python/deepmerge/py2/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()
|