massive refactor

This commit is contained in:
Kenneth Reitz
2011-04-23 16:39:37 -04:00
parent af1cad8ca9
commit 9b8af20caf
18 changed files with 39 additions and 17 deletions
+57
View File
@@ -0,0 +1,57 @@
Testing Your Code
=====================
Testing your code is very important.
The Basics
::::::::::
Unittest
--------
Doc Strings
-----------
Tools
:::::
Doctest
-------
Nose
----
::
$ pip install tox
Unittest2
---------
A backport of Python 2.7's
::
$ pip install tox
tox
---
::
$ pip install tox