components/python/pytz/runtests.sh
changeset 1555 85cc81ad9166
equal deleted inserted replaced
1554:3989952688f2 1555:85cc81ad9166
       
     1 #! /bin/sh
       
     2 
       
     3 for test in \
       
     4     test_docs \
       
     5     test_tzinfo \
       
     6     ; do
       
     7 	${PYTHON} pytz/tests/${test}.py
       
     8 done