1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>Epydoc: Regression Tests</title>
<link rel="stylesheet" href="../epydoc.css" type="text/css"/>
</head>
<!-- $Id: future.html 1211 2006-04-10 19:38:37Z edloper $ -->
<body>
<div class="body">
<h1> Epydoc: Regression Tests </h1>
<p> The following files contain the current regression test suite for
epydoc. Each file contains a prose description of some aspect of
epydoc, interspersed with
<a href="http://docs.python.org/lib/module-doctest.html">doctest</a>
examples. Each of these doctest examples is a single test case. </p>
<div class="box">
<h2 class="box-title">Regression Tests</h2>
<ul>
<li> <a href="apidoc.html">APIDoc</a> -- The classes used
to encode API documentation about Python programs.</li>
<li> <a href="docintrospecter.html">Introspection</a> --
Extracting API information about Python objects by directly
introspecting their values.</li>
<li> <a href="docparser.html">Source Code Parsing</a> --
Extracting API information about Python objects by parsing
their source code.</li>
<li> <a href="docbuilder.html">Documentation building</a> --
Merging different information sources into a single API
hypertext.
<li> <a href="encoding.html">Unicode & Encodings</a> --
Tests for the processing of Python files that use non-ascii
encodings. </li>
<li> <a href="epytext.html">Epytext</a> -- Tests for epytext, the default
markup language used by epydoc.</li>
<li> <a href="javadoc.html">Javadoc</a> -- Tests for epydoc's support
of the Javadoc markup language.</li>
<li> <a href="plaintext.html">Plaintext</a> -- Tests for epydoc's support
of plaintext markup.</li>
<li> <a href="restructuredtext.html">reStructuredText</a> -- Tests
for epydoc's support of the reStructuredText markup language.</li>
<li> <a href="pyval_repr.html">Value Representations</a> -- Tests
for epydoc's formatting & syntax highlighting of variable's
values.</li>
<li> <a href="zope2.html">Zope 2</a> -- Tests for epydoc's support
for Zope 2.</li>
<li> <a href="zope3.html">Zope 3</a> -- Tests for epydoc's support
for Zope 3.</li>
</ul>
</div>
</div>
<table width="100%" class="navbox" cellpadding="1" cellspacing="0">
<tr>
<a class="nav" href="../index.html">
<td align="center" width="20%" class="nav">
<a class="nav" href="../index.html">
Home</a></td></a>
<a class="nav" href="../installing.html">
<td align="center" width="20%" class="nav">
<a class="nav" href="../installing.html">
Installing Epydoc</a></td></a>
<a class="nav" href="../using.html">
<td align="center" width="20%" class="nav">
<a class="nav" href="../using.html">
Using Epydoc</a></td></a>
<a class="nav" href="../epytext.html">
<td align="center" width="20%" class="nav">
<a class="nav" href="../epytext.html">
Epytext</a></td></a>
<td align="center" width="20%" class="nav">
<A href="http://sourceforge.net/projects/epydoc">
<IMG src="../sflogo.png"
width="88" height="26" border="0" alt="SourceForge"
align="top"/></A></td>
</tr>
</table>
</body>
</html>
|