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