~ubuntu-branches/ubuntu/wily/python-mock/wily-proposed

« back to all changes in this revision

Viewing changes to html/output.txt

  • Committer: Bazaar Package Importer
  • Author(s): Fladischer Michael
  • Date: 2011-08-23 13:13:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110823131344-lx8sddj08rlgaryj
Tags: 0.7.2-1
* New upstream release. (Closes: #617799)
* Set PMPT as maintainer and myself as uploader.
* Switch to source format 3.0 (quilt).
* Switch to dh_python2.
* Use pypi.python.org in d/watch.
* Use DEP5 for copyright file.
* Streamline packaging code with wrap-and-sort.
* Bumped Standards-Version to 3.9.2 (no change necessary).
* Move HTML documentation to u/s/d/python-mock/html/.
* Use dh_link to create the documentation source symlinks.
* Set X-P-V to >= 2.4.
* Build for Python3.
* Use dh_sphinxdoc.
* Ship documentation in separate package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Results of doctest builder run on 2009-07-25 01:10:34
 
1
Results of doctest builder run on 2011-05-30 20:52:19
2
2
=====================================================
3
3
 
 
4
Document: index
 
5
---------------
 
6
1 items passed all tests:
 
7
  36 tests in default
 
8
36 tests in 1 items.
 
9
36 passed and 0 failed.
 
10
Test passed.
 
11
 
 
12
Document: compare
 
13
-----------------
 
14
1 items passed all tests:
 
15
  39 tests in default
 
16
39 tests in 1 items.
 
17
39 passed and 0 failed.
 
18
Test passed.
 
19
 
4
20
Document: getting-started
5
21
-------------------------
6
22
1 items passed all tests:
7
 
  26 tests in default
8
 
26 tests in 1 items.
9
 
26 passed and 0 failed.
 
23
 120 tests in default
 
24
120 tests in 1 items.
 
25
120 passed and 0 failed.
 
26
Test passed.
 
27
 
 
28
Document: magicmock
 
29
-------------------
 
30
1 items passed all tests:
 
31
  34 tests in default
 
32
34 tests in 1 items.
 
33
34 passed and 0 failed.
 
34
Test passed.
 
35
 
 
36
Document: patch
 
37
---------------
 
38
1 items passed all tests:
 
39
  30 tests in default
 
40
30 tests in 1 items.
 
41
30 passed and 0 failed.
 
42
Test passed.
 
43
 
 
44
Document: mocksignature
 
45
-----------------------
 
46
1 items passed all tests:
 
47
  47 tests in default
 
48
47 tests in 1 items.
 
49
47 passed and 0 failed.
10
50
Test passed.
11
51
 
12
52
Document: examples
13
53
------------------
14
54
1 items passed all tests:
15
 
  37 tests in default
16
 
37 tests in 1 items.
17
 
37 passed and 0 failed.
 
55
 180 tests in default
 
56
180 tests in 1 items.
 
57
180 passed and 0 failed.
18
58
Test passed.
19
59
 
20
60
Document: sentinel
27
67
 
28
68
Document: mock
29
69
--------------
30
 
**********************************************************************
31
 
File "mock.txt", line 183, in default
32
 
Failed example:
33
 
    mock()
34
 
Expected:
35
 
    6
36
 
Got:
37
 
    3
38
 
**********************************************************************
39
 
1 items had failures:
40
 
   1 of  50 in default
41
 
50 tests in 1 items.
42
 
49 passed and 1 failed.
43
 
***Test Failed*** 1 failures.
 
70
1 items passed all tests:
 
71
  81 tests in default
 
72
81 tests in 1 items.
 
73
81 passed and 0 failed.
 
74
Test passed.
44
75
 
45
76
Doctest summary
46
77
===============
47
 
  119 tests
48
 
    1 failure in tests
 
78
  573 tests
 
79
    0 failures in tests
49
80
    0 failures in setup code