Files
python-guide/docs/writing/tests.rst
T
2011-12-22 13:05:19 -06:00

66 lines
388 B
ReStructuredText

Testing Your Code
=====================
Testing your code is very important.
The Basics
::::::::::
Unittest
--------
Doc Strings
-----------
Tools
:::::
Doctest
-------
py.test
-------
::
$ pip install pytest
Nose
----
::
$ pip install tox
Unittest2
---------
A backport of Python 2.7's
::
$ pip install tox
tox
---
::
$ pip install tox