We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f334d7e commit cdc880bCopy full SHA for cdc880b
2 files changed
docs/project-structure.rst
@@ -3,3 +3,20 @@ Structuring Your Project
3
4
Structuring your project properly is extremely important.
5
6
+
7
+Structure is Key
8
+----------------
9
10
11
12
+Vendorizing Dependencies
13
+------------------------
14
15
16
17
+Runners
18
+-------
19
20
21
+Further Reading
22
+---------------
docs/testing.rst
@@ -8,24 +8,50 @@ The Basics
::::::::::
-Code Comments
--------------
+Unittest
+--------
Doc Strings
-----------
Tools
23
:::::
24
25
26
+Doctest
27
28
29
30
+Nose
31
+----
32
33
34
+::
35
36
+ $ pip install tox
37
38
39
40
Unittest2
41
---------
42
43
+A backport of Python 2.7's
44
45
46
47
48
49
50
51
tox
52
---
53
54
55
56
57
0 commit comments