CHips L MINI SHELL

CHips L pro

Current Path : /usr/lib/python-tz/
Upload File :
Current File : //usr/lib/python-tz/test-pytz.py

#! /usr/bin/python
"""Run to test the system python"""
import doctest
import pytz
import pytz.tzinfo
import sys

errors = 0
tests = 0
for mod in [pytz, pytz.tzinfo]: 
    mod_errors, mod_tests = doctest.testmod(mod)
    errors += mod_errors
    tests += mod_tests

if not errors:
    print("Ran %s tests successfully." % tests)
sys.exit(errors)

Copyright 2K16 - 2K18 Indonesian Hacker Rulez