components/python/rfc3986/runtests.sh
author Edward Pilatowicz <edward.pilatowicz@oracle.com>
Tue, 14 Mar 2017 15:22:37 -0700
changeset 7795 92fb0e1622f7
parent 3998 5bd484384122
permissions -rw-r--r--
25700105 Docker service fails to come online

#! /bin/sh

for test in \
    test_api \
    test_normalizers \
    test_unicode_support \
    test_uri \
    ; do
	${PYTHON} tests/${test}.py
done