Testing on backend API calls, using mock; add runtests.py.

Cherry-picked from:
8c26807a - Add runtests.py for testing separately from other Django apps
cd8504b1 - Make tests compatible with setuptools
4ac65b78 - Set up testing on the backend API calls, using mock
This commit is contained in:
medmunds
2012-10-31 18:15:54 -07:00
parent 442229d08d
commit 1bec172611
5 changed files with 115 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ setup(
zip_safe=False,
install_requires=["requests", "django"],
include_package_data=True,
test_suite="runtests.runtests",
test_requires=["mock"],
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",