components/python/rfc3986/runtests.sh
branchs11u2-sru
changeset 4156 4b1def16fe9b
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
       
     1 #! /bin/sh
       
     2 
       
     3 for test in \
       
     4     test_api \
       
     5     test_normalizers \
       
     6     test_unicode_support \
       
     7     test_uri \
       
     8     ; do
       
     9 	${PYTHON} tests/${test}.py
       
    10 done