components/python/rfc3986/runtests.sh
changeset 3998 5bd484384122
equal deleted inserted replaced
3997:0ca3f3d6c919 3998:5bd484384122
       
     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