Package parsedatetime :: Package tests
[hide private]
[frames] | no frames]

Package tests

source code

Unit tests for parsedatetime

The tests can be run as a suite by running:

   python run_tests.py parsedatetime

Requires Python 3.0 or later


Version: 1.0.0

Author: Mike Taylor (bear@code-bear.com)

Copyright: Copyright (c) 2004 Mike Taylor

License: Apache v2.0

Submodules [hide private]

Variables [hide private]
  __contributors__ = ['Darshana Chhajed', 'Michael Lim (lim.ck.m...
  log = logging.getLogger('parsedatetime')
  echoHandler = logging.StreamHandler()
  echoFormatter = logging.Formatter('%(levelname)-8s %(message)s')
  __package__ = 'parsedatetime.tests'
Variables Details [hide private]

__contributors__

Value:
['Darshana Chhajed',
 'Michael Lim (lim.ck.michael@gmail.com)',
 'Bernd Zeimetz (bzed@debian.org)']