blob: 050f5d1cc08828934aa3ed7147de68216e3dc90c (
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()
OWNER(g:python-contrib borman nslus)
PEERDIR(
contrib/python/traitlets
)
ENV(
YA_PYTEST_DISABLE_DOCTEST=yes
)
SRCDIR(contrib/python/traitlets/py2/traitlets)
TEST_SRCS(
tests/__init__.py
tests/_warnings.py
tests/test_traitlets.py
tests/test_traitlets_enum.py
tests/utils.py
)
NO_LINT()
END()
|