Cross Reference: runtests.sh
xref
: /
solaris-userland
/
components
/
python
/
rfc3986
/
runtests.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#! /
bin
/
sh
for
test
in
\
test_api
\
test_normalizers
\
test_unicode_support
\
test_uri
\
;
do
${
PYTHON
}
tests
/${
test
}.
py
done