""" Unit tests for parsedatetime The tests can be run as a C{suite} by running:: python run_tests.py parsedatetime Requires Python 3.0 or later """ __author__ = 'Mike Taylor (bear@code-bear.com)' __copyright__ = 'Copyright (c) 2004 Mike Taylor' __license__ = 'Apache v2.0' __version__ = '1.0.0' __contributors__ = [ 'Darshana Chhajed', 'Michael Lim (lim.ck.michael@gmail.com)', 'Bernd Zeimetz (bzed@debian.org)', ]