better skeleton

This commit is contained in:
Kenneth Reitz
2011-04-23 16:02:14 -04:00
parent 8c93e77401
commit 42f6588145
6 changed files with 133 additions and 18 deletions
+31
View File
@@ -0,0 +1,31 @@
Testing Your Code
=====================
Testing your code is very important.
The Basics
::::::::::
Code Comments
-------------
Doc Strings
-----------
Tools
:::::
Unittest2
---------
tox
---