components/python/rfc3986/runtests.sh
author Girish Moodalbail <Girish.Moodalbail@oracle.COM>
Wed, 01 Jul 2015 10:21:52 -0700
changeset 4582 cfdc60640ff6
parent 3998 5bd484384122
permissions -rw-r--r--
21356776 evs-neutron migration script should exit gracefully if there is nothing to do

#! /bin/sh

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