components/python/rfc3986/runtests.sh
branchs11u2-sru
changeset 4156 4b1def16fe9b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/rfc3986/runtests.sh	Mon Apr 20 12:35:51 2015 -0700
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+for test in \
+    test_api \
+    test_normalizers \
+    test_unicode_support \
+    test_uri \
+    ; do
+	${PYTHON} tests/${test}.py
+done