blob: 6861ad42921ec9c54d34b54083b498d4ee0af8ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PY3TEST()
PEERDIR(
contrib/python/pytz
)
SRCDIR(
contrib/python/pytz/py3/pytz/tests
)
TEST_SRCS(
test_docs.py
test_lazy.py
test_tzinfo.py
)
NO_LINT()
END()
|