Code Coverage for nltk.test

100% Covered by Tests!

# Natural Language Toolkit: Unit Tests
#
# Copyright (C) 2001-2008 NLTK Project
# Author: Edward Loper <[email protected]>
# URL: <http://nltk.org>
# For license information, see LICENSE.TXT
#
# $Id: __init__.py 6265 2008-07-26 09:25:03Z stevenbird $

"""
Unit tests for the NLTK modules.  These tests are intented to ensure
that changes that we make to NLTK's code don't accidentally introduce
bugs.

Use doctest_driver.py to run the tests::

  doctest_driver.py --help

NB. Popular options for NLTK documentation are::

  --ellipsis --normalize_whitespace

"""