20 lines
626 B
HTML
20 lines
626 B
HTML
<h3>About pytest</h3>
|
|
<p>
|
|
pytest is a mature full-featured Python testing tool that helps
|
|
you write better programs.
|
|
</p>
|
|
<h3>Other Formats</h3>
|
|
<p>
|
|
You can download the documentation in other formats as well:
|
|
</p>
|
|
<ul>
|
|
<li><a href="http://pytest.org/latest/pytest.pdf">as PDF</a>
|
|
</ul>
|
|
<h3>Useful Links</h3>
|
|
<ul>
|
|
<li><a href="http://pytest.org">The pytest Website</a></li>
|
|
<li><a href="https://pypi.python.org/pypi/pytest">pytest @ PyPI</a></li>
|
|
<li><a href="https://bitbucket.org/hpk42/pytest/">pytest @ Bitbucket</a></li>
|
|
<li><a href="https://bitbucket.org/hpk42/pytest/issues">Issue Tracker</a></li>
|
|
</ul>
|