blob: e085c70153667302f12be075e83ec2ce8b3d38fb (
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
|
PY3TEST()
OWNER(g:python-contrib borman nslus)
PEERDIR(
contrib/python/traitlets
)
SRCDIR(contrib/python/traitlets/py3/traitlets)
TEST_SRCS(
config/tests/test_application.py
config/tests/test_configurable.py
config/tests/test_loader.py
tests/test_traitlets.py
tests/test_traitlets_enum.py
utils/tests/test_bunch.py
utils/tests/test_decorators.py
utils/tests/test_importstring.py
)
NO_LINT()
END()
|