Update unit tests of Python client.

Add more test cases for deserialization.
This commit is contained in:
geekerzp
2015-06-30 17:20:53 +08:00
parent 2912ee8ae1
commit 80d1deb2dd
5 changed files with 148 additions and 47 deletions

View File

@@ -15,7 +15,7 @@ VERSION = "1.0.0"
# Try reading the setuptools documentation:
# http://pypi.python.org/pypi/setuptools
REQUIRES = ["urllib3 >= 1.10", "six >= 1.9", "certifi"]
REQUIRES = ["urllib3 >= 1.10", "six >= 1.9", "certifi", "python-dateutil"]
setup(
name=NAME,