aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2010-08-19 15:49:04 -0400
committerJoe Gregorio <jcgregorio@google.com>2010-08-19 15:49:04 -0400
commitba9ea7faeab9f69462f5080e21fa75c3a670953d (patch)
tree83913f5ca2cabc8710cc3827f556762d536da34a /Makefile
parent21f11678f16fb10c407cf9d448ca930f2c37d05c (diff)
downloadgoogle-api-python-client-ba9ea7faeab9f69462f5080e21fa75c3a670953d.tar.gz
Added tests for resources and their methods. Also added tests for the json model.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9825ad91c..debf9c383 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,5 @@
pep8:
find apiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202
+
+test:
+ python runtests.py