summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtest.tex
Commit message (Expand)AuthorAgeFilesLines
* Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...Collin Winter2007-04-251-8/+14
* Change the docs to no longer claim that unittest is preferred over doctest forBrett Cannon2007-03-251-7/+7
* Introduce test.test_support.TransientResource. It's a context manager toBrett Cannon2007-03-081-0/+8
* Fix error where the end of a funcdesc environment was accidentally moved tooBrett Cannon2007-01-121-1/+1
* Add EnvironmentVarGuard to test.test_support. Provides a context manager toBrett Cannon2007-01-041-0/+18
* Note that guard_warnings_filter was added in 2.6George Yoshida2006-12-141-0/+2
* Add test.test_support.guard_warnings_filter . This function returns a contextBrett Cannon2006-12-131-0/+4
* Have test_mkalias_relative check that sys.prefix already exists; otherwise testBrett Cannon2004-12-061-2/+6
* Fix capitalization of title for subsection 2.Brett Cannon2004-03-181-1/+1
* - reorganize sectionsFred Drake2003-09-061-137/+135
* SF bug #801486: Markup error.Raymond Hettinger2003-09-061-2/+1
* Make this format again.Fred Drake2003-05-091-10/+12
* Library documentation for the 'test' package. Still needs to be checked by F...Brett Cannon2003-05-071-0/+275