structure

This commit is contained in:
Kenneth Reitz
2011-04-23 16:28:35 -04:00
parent f334d7eba1
commit cdc880b8d6
2 changed files with 45 additions and 2 deletions
+17
View File
@@ -3,3 +3,20 @@ Structuring Your Project
Structuring your project properly is extremely important.
Structure is Key
----------------
Vendorizing Dependencies
------------------------
Runners
-------
Further Reading
---------------
+28 -2
View File
@@ -8,8 +8,8 @@ The Basics
::::::::::
Code Comments
-------------
Unittest
--------
@@ -17,15 +17,41 @@ Doc Strings
-----------
Tools
:::::
Doctest
-------
Nose
----
::
$ pip install tox
Unittest2
---------
A backport of Python 2.7's
::
$ pip install tox
tox
---
::
$ pip install tox