components/python/pytz/runtests.sh
changeset 1555 85cc81ad9166
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/pytz/runtests.sh	Wed Oct 23 09:00:22 2013 -0700
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+for test in \
+    test_docs \
+    test_tzinfo \
+    ; do
+	${PYTHON} pytz/tests/${test}.py
+done