summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libunittest.tex
Commit message (Collapse)AuthorAgeFilesLines
* Several updates to cover omissions noted by Rich Salz.Fred Drake2001-09-061-3/+27
| | | | This closes SF bug #458771.
* Minor changes to match the style guide.Fred Drake2001-07-141-3/+3
|
* Added module synopsis for the chapter summary.Fred Drake2001-04-121-67/+186
| | | | | | | | | | | | | | | | | Added documentation for TestCase.assertRaises(). Added text for "Mapping concepts to classes", and merged it into the front matter instead of separating it into a new section. Removed use of "assert" in examples. Update the descriptions to reflect further changes from discussions on the pyunit-interest list. Added documentation for the defaultTestLoader object and the TestLoader methods. Added the assert*() names for the TestCase helper methods.
* Added a lot of text from Steve Purcell's HTML documentation.Fred Drake2001-04-121-29/+251
| | | | | | Updated reference material substantially based on discussions on the pyunit-interest mailing list (not all changes are in the code in CVS yet).
* Added definition of "test fixture".Fred Drake2001-04-101-2/+142
| | | | | | | | Added description of optional parameter to the TestSuite constructor. Added descriptions of the TestLoader and TextTestRunner classes. Added method descriptions for the TestCase class.
* Start of documentation for the unittest module. Some of this comes fromFred Drake2001-04-071-0/+266
Steve Purcell's documentation, and a lot of it is written based on using PyUnit and reading the implementation. There is more to come, but I want to get this check in before I have a disk crash or anything else bad happens.