~ubuntu-branches/ubuntu/oneiric/python2.6/oneiric

« back to all changes in this revision

Viewing changes to Doc/library/test.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-08-07 20:03:08 UTC
  • mfrom: (10.1.27 sid)
  • Revision ID: james.westby@ubuntu.com-20100807200308-bwsyymoc4donr9a9
Tags: 2.6.6~rc1-1ubuntu1
* Merge with Debian; remaining changes:
  - Regenerate the control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   :synopsis: Regression tests package containing the testing suite for Python.
7
7
.. sectionauthor:: Brett Cannon <brett@python.org>
8
8
 
 
9
.. note::
 
10
    The :mod:`test` package is meant for internal use by Python only. It is
 
11
    documented for the benefit of the core developers of Python. Any use of
 
12
    this package outside of Python's standard library is discouraged as code
 
13
    mentioned here can change or be removed without notice between releases of
 
14
    Python.
 
15
 
9
16
 
10
17
The :mod:`test` package contains all regression tests for Python as well as the
11
18
modules :mod:`test.test_support` and :mod:`test.regrtest`.