components/python/pytz/runtests.sh
author Rich Burridge <rich.burridge@oracle.com>
Wed, 13 Jan 2016 10:30:45 -0800
changeset 5266 028461eee75e
parent 1555 85cc81ad9166
permissions -rw-r--r--
22535289 libffi Makefile says NO_TESTS but it's wrong 22540618 "gmake test" failure for libffi

#! /bin/sh

for test in \
    test_docs \
    test_tzinfo \
    ; do
	${PYTHON} pytz/tests/${test}.py
done