Files
python-guide/docs/testing.rst
T
Kenneth Reitz 42f6588145 better skeleton
2011-04-23 16:02:14 -04:00

32 lines
207 B
ReStructuredText

Testing Your Code
=====================
Testing your code is very important.
The Basics
::::::::::
Code Comments
-------------
Doc Strings
-----------
Tools
:::::
Unittest2
---------
tox
---