summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdoctest.tex
Commit message (Expand)AuthorAgeFilesLines
* add __file__ to the globals available for tests loaded via DocFileSuite;Fred Drake2004-12-211-0/+4
* The docs claimed a test would pass that actually wouldn't pass. RepairedTim Peters2004-10-041-1/+2
* Added 2 notes about the complexities of testing SyntaxErrors.Edward Loper2004-09-301-0/+31
* Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter'sEdward Loper2004-09-281-19/+1
* Added a new NORMALIZE_NUMBERS option, which causes number literals inEdward Loper2004-09-281-1/+19
* - Added a "parser" option to testfile() and DocFileTest().Edward Loper2004-09-271-1/+10
* - Fixed typo in multi-line exception exampleEdward Loper2004-09-271-6/+6
* Give a saner example for script_from_examples(); also mention an intendedTim Peters2004-09-261-11/+25
* Made most module references "clickable".Tim Peters2004-09-261-71/+70
* Docs for run_docstring_examples().Tim Peters2004-09-261-0/+30
* Added a lot of new stuff to the debugging section.Tim Peters2004-09-261-29/+159
* register_optionflag(): Moved from the Debugging section to the sectionTim Peters2004-09-261-12/+19
* Document set_unittest_reportflags().Tim Peters2004-09-261-2/+59
* Fix double word error.Raymond Hettinger2004-09-251-1/+1
* Assorted minor changes, plus a lot more soap.Tim Peters2004-09-251-33/+39
* Explain the motivation for the unittest functions, and beef up theTim Peters2004-09-251-51/+49
* Repaired mistakes in the descriptions of testmod()/testfile(), andTim Peters2004-09-251-45/+16
* Since the doctest warnings section was reduced to one bullet point,Tim Peters2004-09-251-10/+6
* In the "doctest warnings" section, removed obsolete info, and noted thatTim Peters2004-09-251-32/+16
* Beef up the section on testfile(), giving a complete example inTim Peters2004-09-251-22/+48
* Typo.Tim Peters2004-09-251-1/+1
* Since the LaTeX isn't doctest'ed, examples are always wrong <wink>.Tim Peters2004-09-251-17/+21
* - Updated docs to reflect changes in 2.4.Edward Loper2004-09-211-245/+1001
* - Updated example output to match actual outputEdward Loper2004-09-191-18/+47
* Document testmod's new exclude_empty argument.Tim Peters2004-09-131-3/+11
* Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explainedTim Peters2004-09-041-0/+32
* The distinction between comparison flags and reporting flags isn't uniqueTim Peters2004-08-301-1/+10
* Fine tune a word.Tim Peters2004-08-261-1/+1
* Thinko repair.Tim Peters2004-08-261-1/+1
* Reorg of exception section. Now that there are fewer details needingTim Peters2004-08-261-22/+45
* Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after theEdward Loper2004-08-261-2/+13
* Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; andEdward Loper2004-08-261-5/+5
* Restored half of a \versionadded only half of which should have beenTim Peters2004-08-261-0/+3
* Only recognize the expected output as an exception if it *starts* withEdward Loper2004-08-251-39/+34
* Removed redundant versionadded{} for NDIFF_DIFF. Virtually everythingTim Peters2004-08-231-1/+0
* Add version infoNeal Norwitz2004-08-221-0/+1
* Added NDIFF_DIFF option.Tim Peters2004-08-221-1/+11
* Quote # as \# to make lib compile again.Johannes Gijsbers2004-08-201-1/+1
* Now that they've settled down, document doctest directives.Tim Peters2004-08-191-8/+66
* Another microburst of snail-like progress.Tim Peters2004-08-131-106/+94
* Doctest has new traceback gimmicks in 2.4. While trying to documentTim Peters2004-08-131-18/+80
* Markup fiddling.Tim Peters2004-08-131-7/+7
* Excruciatingly slow progress on the docs. Option flags / directive namesTim Peters2004-08-121-54/+77
* minor changes to make this format againFred Drake2004-08-101-2/+2
* Start rewriting doctest's LaTeX docs. Damn, this is slow going!Tim Peters2004-08-101-28/+147
* A few trivial edits.Tim Peters2004-07-231-4/+4
* Patch #932930: suggest the use of rawstrings for backslashes.Martin v. Löwis2004-05-311-9/+20
* Patch #849350: Update to document bool return values. Backported to 2.3.Martin v. Löwis2003-11-271-1/+1
* SF patch#786531 'the the' typo. Contributed by George YoshidaRaymond Hettinger2003-08-121-1/+1
* more markup chagesFred Drake2003-07-171-33/+38