components/python/pytz/runtests.sh
branchs11-update
changeset 2884 9ad800ee0577
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/pytz/runtests.sh	Mon Jan 06 13:28:34 2014 -0800
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+for test in \
+    test_docs \
+    test_tzinfo \
+    ; do
+	${PYTHON} pytz/tests/${test}.py
+done