mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
structure
This commit is contained in:
@@ -3,3 +3,20 @@ Structuring Your Project
|
||||
|
||||
Structuring your project properly is extremely important.
|
||||
|
||||
|
||||
Structure is Key
|
||||
----------------
|
||||
|
||||
|
||||
|
||||
Vendorizing Dependencies
|
||||
------------------------
|
||||
|
||||
|
||||
|
||||
Runners
|
||||
-------
|
||||
|
||||
|
||||
Further Reading
|
||||
---------------
|
||||
+28
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user