summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pydoc.py
Commit message (Collapse)AuthorAgeFilesLines
* fix test_pydoc so it works on make installed Python installationsBenjamin Peterson2008-05-221-14/+26
| | | | Also let it pass when invoked directly
* Use inspect.getabsfile() to get the documented module's filename.Georg Brandl2008-05-201-7/+3
|
* Improve diffing logic and output for test_pydoc.Georg Brandl2008-05-201-7/+7
|
* bring test_pydoc up to my high standards (now that I have them)Benjamin Peterson2008-05-181-19/+17
|
* GHOP #121: improve test_pydoc, by Benjamin Peterson.Georg Brandl2008-05-181-33/+263
|
* Use absolute import for test packageAmaury Forgeot d'Arc2008-04-241-1/+1
|
* Add a few tests for pydoc.Amaury Forgeot d'Arc2008-04-241-0/+33
This is a modified version of a patch proposed by Humberto Diogenes in the discussion of issue1883. I will merge manually this change into the py3k branch: the tests must be adapted.