blob: 56093e7502b1a58eef6baf06339427fcbbae0ca3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
Results of doctest builder run on 2012-10-07 18:33:27
=====================================================
Document: index
---------------
1 items passed all tests:
35 tests in default
35 tests in 1 items.
35 passed and 0 failed.
Test passed.
1 items passed all tests:
1 tests in default (cleanup code)
1 tests in 1 items.
1 passed and 0 failed.
Test passed.
Document: compare
-----------------
1 items passed all tests:
39 tests in default
39 tests in 1 items.
39 passed and 0 failed.
Test passed.
1 items passed all tests:
1 tests in default (cleanup code)
1 tests in 1 items.
1 passed and 0 failed.
Test passed.
Document: getting-started
-------------------------
1 items passed all tests:
83 tests in default
83 tests in 1 items.
83 passed and 0 failed.
Test passed.
1 items passed all tests:
1 tests in default (cleanup code)
1 tests in 1 items.
1 passed and 0 failed.
Test passed.
Document: magicmock
-------------------
1 items passed all tests:
40 tests in default
40 tests in 1 items.
40 passed and 0 failed.
Test passed.
1 items passed all tests:
1 tests in default (cleanup code)
1 tests in 1 items.
1 passed and 0 failed.
Test passed.
Document: patch
---------------
1 items passed all tests:
75 tests in default
75 tests in 1 items.
75 passed and 0 failed.
Test passed.
1 items passed all tests:
2 tests in default (cleanup code)
2 tests in 1 items.
2 passed and 0 failed.
Test passed.
Document: helpers
-----------------
1 items passed all tests:
87 tests in default
87 tests in 1 items.
87 passed and 0 failed.
Test passed.
1 items passed all tests:
2 tests in default (cleanup code)
2 tests in 1 items.
2 passed and 0 failed.
Test passed.
Document: examples
------------------
1 items passed all tests:
171 tests in default
171 tests in 1 items.
171 passed and 0 failed.
Test passed.
1 items passed all tests:
1 tests in default (cleanup code)
1 tests in 1 items.
1 passed and 0 failed.
Test passed.
Document: sentinel
------------------
1 items passed all tests:
6 tests in default
6 tests in 1 items.
6 passed and 0 failed.
Test passed.
1 items passed all tests:
1 tests in default (cleanup code)
1 tests in 1 items.
1 passed and 0 failed.
Test passed.
Document: mock
--------------
1 items passed all tests:
187 tests in default
187 tests in 1 items.
187 passed and 0 failed.
Test passed.
1 items passed all tests:
1 tests in default (cleanup code)
1 tests in 1 items.
1 passed and 0 failed.
Test passed.
Doctest summary
===============
723 tests
0 failures in tests
0 failures in setup code
0 failures in cleanup code
|