From cdc880b8d660cd5a18b6591f3a70e1e61e04f2b5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 23 Apr 2011 16:28:35 -0400 Subject: [PATCH] structure --- docs/project-structure.rst | 17 +++++++++++++++++ docs/testing.rst | 30 ++++++++++++++++++++++++++++-- 2 files changed, 45 insertions(+), 2 deletions(-) diff --git a/docs/project-structure.rst b/docs/project-structure.rst index 58f4c99..849bdea 100644 --- a/docs/project-structure.rst +++ b/docs/project-structure.rst @@ -3,3 +3,20 @@ Structuring Your Project Structuring your project properly is extremely important. + +Structure is Key +---------------- + + + +Vendorizing Dependencies +------------------------ + + + +Runners +------- + + +Further Reading +--------------- \ No newline at end of file diff --git a/docs/testing.rst b/docs/testing.rst index 247c3ca..8182861 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -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